Searched refs:qword_get (Results 1 – 11 of 11) sorted by relevance
| /linux/include/linux/sunrpc/ |
| A D | cache.h | 247 extern int qword_get(char **bpp, char *dest, int bufsize); 254 int len = qword_get(bpp, buf, sizeof(buf)); in get_int() 272 int len = qword_get(bpp, buf, sizeof(buf)); in get_uint() 289 int len = qword_get(bpp, buf, sizeof(buf)); in get_time()
|
| /linux/fs/nfsd/ |
| A 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()
|
| A 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() 474 len = qword_get(mesg, buf, PAGE_SIZE); in fsloc_parse() 483 len = qword_get(mesg, buf, PAGE_SIZE); in fsloc_parse() 559 len = qword_get(mesg, buf, PAGE_SIZE); in nfsd_uuid_parse() 590 len = qword_get(&mesg, buf, PAGE_SIZE); in svc_export_parse() 601 if ((len = qword_get(&mesg, buf, PAGE_SIZE)) <= 0) in svc_export_parse() 646 while ((len = qword_get(&mesg, buf, PAGE_SIZE)) > 0) { in svc_export_parse()
|
| A D | nfsctl.c | 272 if (qword_get(&buf, fo_path, size) < 0) in write_unlock_ip() 309 if (qword_get(&buf, fo_path, size) < 0) in write_unlock_fs() 369 len = qword_get(&mesg, dname, size); in write_filehandle() 374 len = qword_get(&mesg, path, size); in write_filehandle() 386 if (qword_get(&mesg, mesg, size)>0) in write_filehandle() 586 len = qword_get(&mesg, vers, size); in __write_versions() 628 } while ((len = qword_get(&mesg, vers, size)) > 0); in __write_versions() 1063 len = qword_get(&mesg, recdir, size); in __write_recoverydir()
|
| /linux/net/sunrpc/auth_gss/ |
| A D | svcauth_gss.c | 214 len = qword_get(&mesg, buf, mlen); in rsi_parse() 222 len = qword_get(&mesg, buf, mlen); in rsi_parse() 242 len = qword_get(&mesg, buf, mlen); in rsi_parse() 248 len = qword_get(&mesg, buf, mlen); in rsi_parse() 256 len = qword_get(&mesg, buf, mlen); in rsi_parse() 264 len = qword_get(&mesg, buf, mlen); in rsi_parse() 454 len = qword_get(&mesg, buf, mlen); in rsc_parse() 520 len = qword_get(&mesg, buf, mlen); in rsc_parse() 530 len = qword_get(&mesg, buf, mlen); in rsc_parse() 539 len = qword_get(&mesg, buf, mlen); in rsc_parse()
|
| /linux/fs/nfs/ |
| A 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/net/sunrpc/ |
| A 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()
|
| A D | cache.c | 1262 int qword_get(char **bpp, char *dest, int bufsize) in qword_get() function 1315 EXPORT_SYMBOL_GPL(qword_get);
|
| /linux/ |
| A D | vmlinux.symvers | 3291 0x00000000 qword_get vmlinux EXPORT_SYMBOL_GPL
|
| A D | System.map | 54567 ffff800010ec13d0 T qword_get
|
| A D | .tmp_System.map | 54567 ffff800010ec13d0 T qword_get
|
Completed in 1041 milliseconds