Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/sunrpc/
Dcache.h238 extern int qword_get(char **bpp, char *dest, int bufsize);
245 int len = qword_get(bpp, buf, sizeof(buf)); in get_int()
263 int len = qword_get(bpp, buf, sizeof(buf)); in get_uint()
280 int len = qword_get(bpp, buf, sizeof(buf)); in get_time()
/Linux-v5.4/fs/nfsd/
Dnfs4idmap.c216 len = qword_get(&buf, buf1, PAGE_SIZE); in idtoname_parse()
222 if (qword_get(&buf, buf1, PAGE_SIZE) <= 0) in idtoname_parse()
228 if (qword_get(&buf, buf1, PAGE_SIZE) <= 0) in idtoname_parse()
246 len = qword_get(&buf, buf1, PAGE_SIZE); in idtoname_parse()
378 len = qword_get(&buf, buf1, PAGE_SIZE); in nametoid_parse()
384 if (qword_get(&buf, buf1, PAGE_SIZE) <= 0) in nametoid_parse()
390 len = qword_get(&buf, buf1, PAGE_SIZE); in nametoid_parse()
Dexport.c94 if ((len=qword_get(&mesg, buf, PAGE_SIZE)) <= 0) in expkey_parse()
104 if ((len=qword_get(&mesg, buf, PAGE_SIZE)) <= 0) in expkey_parse()
112 if ((len=qword_get(&mesg, buf, PAGE_SIZE)) <= 0) in expkey_parse()
135 len = qword_get(&mesg, buf, PAGE_SIZE); in expkey_parse()
428 len = qword_get(mesg, buf, PAGE_SIZE); in fsloc_parse()
437 len = qword_get(mesg, buf, PAGE_SIZE); in fsloc_parse()
513 len = qword_get(mesg, buf, PAGE_SIZE); in nfsd_uuid_parse()
544 len = qword_get(&mesg, buf, PAGE_SIZE); in svc_export_parse()
555 if ((len = qword_get(&mesg, buf, PAGE_SIZE)) <= 0) in svc_export_parse()
600 while ((len = qword_get(&mesg, buf, PAGE_SIZE)) > 0) { in svc_export_parse()
Dnfsctl.c271 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.4/net/sunrpc/auth_gss/
Dsvcauth_gss.c208 len = qword_get(&mesg, buf, mlen); in rsi_parse()
216 len = qword_get(&mesg, buf, mlen); in rsi_parse()
236 len = qword_get(&mesg, buf, mlen); in rsi_parse()
242 len = qword_get(&mesg, buf, mlen); in rsi_parse()
250 len = qword_get(&mesg, buf, mlen); in rsi_parse()
258 len = qword_get(&mesg, buf, mlen); in rsi_parse()
442 len = qword_get(&mesg, buf, mlen); in rsc_parse()
508 len = qword_get(&mesg, buf, mlen); in rsc_parse()
518 len = qword_get(&mesg, buf, mlen); in rsc_parse()
527 len = qword_get(&mesg, buf, mlen); in rsc_parse()
/Linux-v5.4/fs/nfs/
Ddns_resolve.c242 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.4/net/sunrpc/
Dsvcauth_unix.c197 len = qword_get(&mesg, class, sizeof(class)); in ip_map_parse()
201 len = qword_get(&mesg, buf, mlen); in ip_map_parse()
227 len = qword_get(&mesg, buf, mlen); in ip_map_parse()
Dcache.c1260 int qword_get(char **bpp, char *dest, int bufsize) in qword_get() function
1313 EXPORT_SYMBOL_GPL(qword_get);