Searched refs:qword_add (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/fs/nfsd/ |
D | nfs4idmap.c | 139 qword_add(bpp, blen, ent->authname); in idtoname_request() 141 qword_add(bpp, blen, ent->type == IDMAP_TYPE_GROUP ? "group" : "user"); in idtoname_request() 142 qword_add(bpp, blen, idstr); in idtoname_request() 318 qword_add(bpp, blen, ent->authname); in nametoid_request() 319 qword_add(bpp, blen, ent->type == IDMAP_TYPE_GROUP ? "group" : "user"); in nametoid_request() 320 qword_add(bpp, blen, ent->name); in nametoid_request()
|
D | export.c | 67 qword_add(bpp, blen, ek->ek_client->name); in expkey_request() 69 qword_add(bpp, blen, type); in expkey_request() 374 qword_add(bpp, blen, exp->ex_client->name); in svc_export_request() 381 qword_add(bpp, blen, pth); in svc_export_request()
|
/linux-6.6.21/include/linux/sunrpc/ |
D | cache.h | 249 extern void qword_add(char **bpp, int *lp, char *str);
|
/linux-6.6.21/net/sunrpc/ |
D | svcauth_unix.c | 170 qword_add(bpp, blen, im->m_class); in ip_map_request() 171 qword_add(bpp, blen, text_addr); in ip_map_request() 481 qword_add(bpp, blen, tuid); in unix_gid_request()
|
D | cache.c | 1123 void qword_add(char **bpp, int *lp, char *str) in qword_add() function 1144 EXPORT_SYMBOL_GPL(qword_add);
|
/linux-6.6.21/fs/nfs/ |
D | dns_resolve.c | 145 qword_add(bpp, blen, key->hostname); in nfs_dns_request()
|