Searched refs:wnames (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/9p/ |
D | fid.c | 82 const unsigned char **wnames; in build_path_from_dentry() local 88 wnames = kmalloc_array(n, sizeof(char *), GFP_KERNEL); in build_path_from_dentry() 89 if (!wnames) in build_path_from_dentry() 93 wnames[i] = ds->d_name.name; in build_path_from_dentry() 95 *names = wnames; in build_path_from_dentry() 105 const unsigned char **wnames, *uname; in v9fs_fid_lookup_with_uid() local 158 n = build_path_from_dentry(v9ses, dentry, &wnames); in v9fs_fid_lookup_with_uid() 171 fid = p9_client_walk(fid, l, &wnames[i], clone); in v9fs_fid_lookup_with_uid() 181 kfree(wnames); in v9fs_fid_lookup_with_uid() 188 kfree(wnames); in v9fs_fid_lookup_with_uid()
|
/kernel/linux/linux-5.10/net/9p/ |
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()
|
D | client.c | 1163 const unsigned char * const *wnames, int clone) in p9_client_walk() argument 1188 oldfid->fid, fid->fid, nwname, wnames ? wnames[0] : NULL); in p9_client_walk() 1191 nwname, wnames); in p9_client_walk()
|
/kernel/linux/linux-5.10/include/net/9p/ |
D | client.h | 187 const unsigned char * const *wnames, int clone);
|