| /Linux-v5.10/include/linux/sunrpc/ |
| D | cache.h | 246 extern int qword_get(char **bpp, char *dest, int bufsize); 253 int len = qword_get(bpp, buf, sizeof(buf)); in get_int() 271 int len = qword_get(bpp, buf, sizeof(buf)); in get_uint() 288 int len = qword_get(bpp, buf, sizeof(buf)); in get_time()
|
| /Linux-v5.10/fs/nfsd/ |
| D | nfs4idmap.c | 223 len = qword_get(&buf, buf1, PAGE_SIZE); in idtoname_parse() 229 if (qword_get(&buf, buf1, PAGE_SIZE) <= 0) in idtoname_parse() 235 if (qword_get(&buf, buf1, PAGE_SIZE) <= 0) in idtoname_parse() 253 len = qword_get(&buf, buf1, PAGE_SIZE); in idtoname_parse() 392 len = qword_get(&buf, buf1, PAGE_SIZE); in nametoid_parse() 398 if (qword_get(&buf, buf1, PAGE_SIZE) <= 0) in nametoid_parse() 404 len = qword_get(&buf, buf1, PAGE_SIZE); in nametoid_parse()
|
| D | export.c | 100 if ((len=qword_get(&mesg, buf, PAGE_SIZE)) <= 0) in expkey_parse() 110 if ((len=qword_get(&mesg, buf, PAGE_SIZE)) <= 0) in expkey_parse() 118 if ((len=qword_get(&mesg, buf, PAGE_SIZE)) <= 0) in expkey_parse() 141 len = qword_get(&mesg, buf, PAGE_SIZE); in expkey_parse() 444 len = qword_get(mesg, buf, PAGE_SIZE); in fsloc_parse() 453 len = qword_get(mesg, buf, PAGE_SIZE); in fsloc_parse() 529 len = qword_get(mesg, buf, PAGE_SIZE); in nfsd_uuid_parse() 560 len = qword_get(&mesg, buf, PAGE_SIZE); in svc_export_parse() 571 if ((len = qword_get(&mesg, buf, PAGE_SIZE)) <= 0) in svc_export_parse() 616 while ((len = qword_get(&mesg, buf, PAGE_SIZE)) > 0) { in svc_export_parse()
|
| D | nfsctl.c | 271 if (qword_get(&buf, fo_path, size) < 0) in write_unlock_ip() 308 if (qword_get(&buf, fo_path, size) < 0) in write_unlock_fs() 368 len = qword_get(&mesg, dname, size); in write_filehandle() 373 len = qword_get(&mesg, path, size); in write_filehandle() 385 if (qword_get(&mesg, mesg, size)>0) in write_filehandle() 585 len = qword_get(&mesg, vers, size); in __write_versions() 627 } while ((len = qword_get(&mesg, vers, size)) > 0); in __write_versions() 1059 len = qword_get(&mesg, recdir, size); in __write_recoverydir()
|
| /Linux-v5.10/net/sunrpc/auth_gss/ |
| D | svcauth_gss.c | 212 len = qword_get(&mesg, buf, mlen); in rsi_parse() 220 len = qword_get(&mesg, buf, mlen); in rsi_parse() 240 len = qword_get(&mesg, buf, mlen); in rsi_parse() 246 len = qword_get(&mesg, buf, mlen); in rsi_parse() 254 len = qword_get(&mesg, buf, mlen); in rsi_parse() 262 len = qword_get(&mesg, buf, mlen); in rsi_parse() 452 len = qword_get(&mesg, buf, mlen); in rsc_parse() 518 len = qword_get(&mesg, buf, mlen); in rsc_parse() 528 len = qword_get(&mesg, buf, mlen); in rsc_parse() 537 len = qword_get(&mesg, buf, mlen); in rsc_parse()
|
| /Linux-v5.10/fs/nfs/ |
| D | dns_resolve.c | 242 len = qword_get(&buf, buf1, sizeof(buf1)); in nfs_dns_parse() 249 len = qword_get(&buf, buf1, sizeof(buf1)); in nfs_dns_parse()
|
| /Linux-v5.10/net/sunrpc/ |
| D | svcauth_unix.c | 202 len = qword_get(&mesg, class, sizeof(class)); in ip_map_parse() 206 len = qword_get(&mesg, buf, mlen); in ip_map_parse() 232 len = qword_get(&mesg, buf, mlen); in ip_map_parse()
|
| D | cache.c | 1281 int qword_get(char **bpp, char *dest, int bufsize) in qword_get() function 1334 EXPORT_SYMBOL_GPL(qword_get);
|