Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/sunrpc/
Dcache.h233 extern int qword_get(char **bpp, char *dest, int bufsize);
240 int len = qword_get(bpp, buf, sizeof(buf)); in get_int()
258 int len = qword_get(bpp, buf, sizeof(buf)); in get_uint()
275 int len = qword_get(bpp, buf, sizeof(buf)); in get_time()
/Linux-v4.19/fs/nfsd/
Dnfs4idmap.c215 len = qword_get(&buf, buf1, PAGE_SIZE); in idtoname_parse()
221 if (qword_get(&buf, buf1, PAGE_SIZE) <= 0) in idtoname_parse()
227 if (qword_get(&buf, buf1, PAGE_SIZE) <= 0) in idtoname_parse()
245 len = qword_get(&buf, buf1, PAGE_SIZE); in idtoname_parse()
377 len = qword_get(&buf, buf1, PAGE_SIZE); in nametoid_parse()
383 if (qword_get(&buf, buf1, PAGE_SIZE) <= 0) in nametoid_parse()
389 len = qword_get(&buf, buf1, PAGE_SIZE); in nametoid_parse()
Dnfsctl.c267 if (qword_get(&buf, fo_path, size) < 0) in write_unlock_ip()
304 if (qword_get(&buf, fo_path, size) < 0) in write_unlock_fs()
364 len = qword_get(&mesg, dname, size); in write_filehandle()
369 len = qword_get(&mesg, path, size); in write_filehandle()
381 if (qword_get(&mesg, mesg, size)>0) in write_filehandle()
581 len = qword_get(&mesg, vers, size); in __write_versions()
623 } while ((len = qword_get(&mesg, vers, size)) > 0); in __write_versions()
1055 len = qword_get(&mesg, recdir, size); in __write_recoverydir()
Dexport.c93 if ((len=qword_get(&mesg, buf, PAGE_SIZE)) <= 0) in expkey_parse()
103 if ((len=qword_get(&mesg, buf, PAGE_SIZE)) <= 0) in expkey_parse()
111 if ((len=qword_get(&mesg, buf, PAGE_SIZE)) <= 0) in expkey_parse()
134 len = qword_get(&mesg, buf, PAGE_SIZE); in expkey_parse()
415 len = qword_get(mesg, buf, PAGE_SIZE); in fsloc_parse()
424 len = qword_get(mesg, buf, PAGE_SIZE); in fsloc_parse()
500 len = qword_get(mesg, buf, PAGE_SIZE); in nfsd_uuid_parse()
531 len = qword_get(&mesg, buf, PAGE_SIZE); in svc_export_parse()
542 if ((len = qword_get(&mesg, buf, PAGE_SIZE)) <= 0) in svc_export_parse()
587 while ((len = qword_get(&mesg, buf, PAGE_SIZE)) > 0) { in svc_export_parse()
/Linux-v4.19/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()
487 len = qword_get(&mesg, buf, mlen); in rsc_parse()
497 len = qword_get(&mesg, buf, mlen); in rsc_parse()
506 len = qword_get(&mesg, buf, mlen); in rsc_parse()
/Linux-v4.19/fs/nfs/
Ddns_resolve.c232 len = qword_get(&buf, buf1, sizeof(buf1)); in nfs_dns_parse()
239 len = qword_get(&buf, buf1, sizeof(buf1)); in nfs_dns_parse()
/Linux-v4.19/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.c1229 int qword_get(char **bpp, char *dest, int bufsize) in qword_get() function
1282 EXPORT_SYMBOL_GPL(qword_get);