Searched refs:wnames (Results 1 – 4 of 4) sorted by relevance
/linux/fs/9p/ |
A D | fid.c | 130 const unsigned char **wnames; in build_path_from_dentry() local 136 wnames = kmalloc_array(n, sizeof(char *), GFP_KERNEL); in build_path_from_dentry() 137 if (!wnames) in build_path_from_dentry() 141 wnames[i] = ds->d_name.name; in build_path_from_dentry() 143 *names = wnames; in build_path_from_dentry() 153 const unsigned char **wnames, *uname; in v9fs_fid_lookup_with_uid() local 211 n = build_path_from_dentry(v9ses, dentry, &wnames); in v9fs_fid_lookup_with_uid() 224 fid = p9_client_walk(fid, l, &wnames[i], clone); in v9fs_fid_lookup_with_uid() 234 kfree(wnames); in v9fs_fid_lookup_with_uid() 241 kfree(wnames); in v9fs_fid_lookup_with_uid()
|
/linux/net/9p/ |
A D | protocol.c | 229 char ***wnames = va_arg(ap, char ***); in p9pdu_vreadf() local 234 *wnames = in p9pdu_vreadf() 238 if (!*wnames) in p9pdu_vreadf() 250 &(*wnames)[i]); in p9pdu_vreadf() 257 if (*wnames) { in p9pdu_vreadf() 261 kfree((*wnames)[i]); in p9pdu_vreadf() 263 kfree(*wnames); in p9pdu_vreadf() 264 *wnames = NULL; in p9pdu_vreadf() 445 const char **wnames = va_arg(ap, const char **); in p9pdu_vwritef() local 457 wnames[i]); in p9pdu_vwritef()
|
A D | client.c | 1162 const unsigned char * const *wnames, int clone) in p9_client_walk() argument 1187 oldfid->fid, fid->fid, nwname, wnames ? wnames[0] : NULL); in p9_client_walk() 1189 nwname, wnames); in p9_client_walk()
|
/linux/include/net/9p/ |
A D | client.h | 192 const unsigned char * const *wnames, int clone);
|
Completed in 10 milliseconds