Searched refs:qword_add (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/fs/nfsd/ |
D | nfs4idmap.c | 131 qword_add(bpp, blen, ent->authname); in idtoname_request() 133 qword_add(bpp, blen, ent->type == IDMAP_TYPE_GROUP ? "group" : "user"); in idtoname_request() 134 qword_add(bpp, blen, idstr); in idtoname_request() 303 qword_add(bpp, blen, ent->authname); in nametoid_request() 304 qword_add(bpp, blen, ent->type == IDMAP_TYPE_GROUP ? "group" : "user"); in nametoid_request() 305 qword_add(bpp, blen, ent->name); in nametoid_request()
|
D | export.c | 60 qword_add(bpp, blen, ek->ek_client->name); in expkey_request() 62 qword_add(bpp, blen, type); in expkey_request() 328 qword_add(bpp, blen, exp->ex_client->name); in svc_export_request() 335 qword_add(bpp, blen, pth); in svc_export_request()
|
/Linux-v4.19/include/linux/sunrpc/ |
D | cache.h | 231 extern void qword_add(char **bpp, int *lp, char *str);
|
/Linux-v4.19/net/sunrpc/ |
D | svcauth_unix.c | 155 qword_add(bpp, blen, im->m_class); in ip_map_request() 156 qword_add(bpp, blen, text_addr); in ip_map_request() 469 qword_add(bpp, blen, tuid); in unix_gid_request()
|
D | cache.c | 1086 void qword_add(char **bpp, int *lp, char *str) in qword_add() function 1107 EXPORT_SYMBOL_GPL(qword_add);
|
/Linux-v4.19/fs/nfs/ |
D | dns_resolve.c | 137 qword_add(bpp, blen, key->hostname); in nfs_dns_request()
|