/linux-4.1.27/include/linux/sunrpc/ |
D | cache.h | 229 extern int qword_get(char **bpp, char *dest, int bufsize); 236 int len = qword_get(bpp, buf, sizeof(buf)); in get_int() 254 int len = qword_get(bpp, buf, sizeof(buf)); in get_uint() 271 int len = qword_get(bpp, buf, sizeof(buf)); in get_time()
|
/linux-4.1.27/fs/nfsd/ |
D | nfs4idmap.c | 218 len = qword_get(&buf, buf1, PAGE_SIZE); in idtoname_parse() 224 if (qword_get(&buf, buf1, PAGE_SIZE) <= 0) in idtoname_parse() 230 if (qword_get(&buf, buf1, PAGE_SIZE) <= 0) in idtoname_parse() 248 len = qword_get(&buf, buf1, PAGE_SIZE); in idtoname_parse() 380 len = qword_get(&buf, buf1, PAGE_SIZE); in nametoid_parse() 386 if (qword_get(&buf, buf1, PAGE_SIZE) <= 0) in nametoid_parse() 392 len = qword_get(&buf, buf1, PAGE_SIZE); in nametoid_parse()
|
D | nfsctl.c | 270 if (qword_get(&buf, fo_path, size) < 0) in write_unlock_ip() 307 if (qword_get(&buf, fo_path, size) < 0) in write_unlock_fs() 367 len = qword_get(&mesg, dname, size); in write_filehandle() 372 len = qword_get(&mesg, path, size); in write_filehandle() 384 if (qword_get(&mesg, mesg, size)>0) in write_filehandle() 564 len = qword_get(&mesg, vers, size); in __write_versions() 594 } while ((len = qword_get(&mesg, vers, size)) > 0); in __write_versions() 1035 len = qword_get(&mesg, recdir, size); in __write_recoverydir()
|
D | export.c | 92 if ((len=qword_get(&mesg, buf, PAGE_SIZE)) <= 0) in expkey_parse() 102 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() 133 len = qword_get(&mesg, buf, PAGE_SIZE); in expkey_parse() 413 len = qword_get(mesg, buf, PAGE_SIZE); in fsloc_parse() 422 len = qword_get(mesg, buf, PAGE_SIZE); in fsloc_parse() 498 len = qword_get(mesg, buf, PAGE_SIZE); in uuid_parse() 529 len = qword_get(&mesg, buf, PAGE_SIZE); in svc_export_parse() 540 if ((len = qword_get(&mesg, buf, PAGE_SIZE)) <= 0) in svc_export_parse() 585 while ((len = qword_get(&mesg, buf, PAGE_SIZE)) > 0) { in svc_export_parse()
|
/linux-4.1.27/net/sunrpc/auth_gss/ |
D | svcauth_gss.c | 198 len = qword_get(&mesg, buf, mlen); in rsi_parse() 206 len = qword_get(&mesg, buf, mlen); in rsi_parse() 226 len = qword_get(&mesg, buf, mlen); in rsi_parse() 232 len = qword_get(&mesg, buf, mlen); in rsi_parse() 240 len = qword_get(&mesg, buf, mlen); in rsi_parse() 248 len = qword_get(&mesg, buf, mlen); in rsi_parse() 421 len = qword_get(&mesg, buf, mlen); in rsc_parse() 486 len = qword_get(&mesg, buf, mlen); in rsc_parse() 496 len = qword_get(&mesg, buf, mlen); in rsc_parse() 505 len = qword_get(&mesg, buf, mlen); in rsc_parse()
|
/linux-4.1.27/fs/nfs/ |
D | dns_resolve.c | 231 len = qword_get(&buf, buf1, sizeof(buf1)); in nfs_dns_parse() 238 len = qword_get(&buf, buf1, sizeof(buf1)); in nfs_dns_parse()
|
/linux-4.1.27/net/sunrpc/ |
D | svcauth_unix.c | 189 len = qword_get(&mesg, class, sizeof(class)); in ip_map_parse() 193 len = qword_get(&mesg, buf, mlen); in ip_map_parse() 219 len = qword_get(&mesg, buf, mlen); in ip_map_parse()
|
D | cache.c | 1210 int qword_get(char **bpp, char *dest, int bufsize) in qword_get() function 1263 EXPORT_SYMBOL_GPL(qword_get);
|