Home
last modified time | relevance | path

Searched refs:qword_get (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/include/linux/sunrpc/
Dcache.h229 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/
Dnfs4idmap.c218 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()
Dnfsctl.c270 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()
Dexport.c92 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/
Dsvcauth_gss.c198 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/
Ddns_resolve.c231 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/
Dsvcauth_unix.c189 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()
Dcache.c1210 int qword_get(char **bpp, char *dest, int bufsize) in qword_get() function
1263 EXPORT_SYMBOL_GPL(qword_get);