Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/sunrpc/
Dcache.h247 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-v6.1/fs/nfsd/
Dnfs4idmap.c223 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()
Dexport.c100 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()
Dnfsctl.c251 if (qword_get(&buf, fo_path, size) < 0) in write_unlock_ip()
288 if (qword_get(&buf, fo_path, size) < 0) in write_unlock_fs()
348 len = qword_get(&mesg, dname, size); in write_filehandle()
353 len = qword_get(&mesg, path, size); in write_filehandle()
365 if (qword_get(&mesg, mesg, size)>0) in write_filehandle()
565 len = qword_get(&mesg, vers, size); in __write_versions()
607 } while ((len = qword_get(&mesg, vers, size)) > 0); in __write_versions()
1039 len = qword_get(&mesg, recdir, size); in __write_recoverydir()
/Linux-v6.1/net/sunrpc/auth_gss/
Dsvcauth_gss.c214 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-v6.1/fs/nfs/
Ddns_resolve.c243 len = qword_get(&buf, buf1, sizeof(buf1)); in nfs_dns_parse()
250 len = qword_get(&buf, buf1, sizeof(buf1)); in nfs_dns_parse()
/Linux-v6.1/net/sunrpc/
Dsvcauth_unix.c203 len = qword_get(&mesg, class, sizeof(class)); in ip_map_parse()
207 len = qword_get(&mesg, buf, mlen); in ip_map_parse()
233 len = qword_get(&mesg, buf, mlen); in ip_map_parse()
Dcache.c1278 int qword_get(char **bpp, char *dest, int bufsize) in qword_get() function
1331 EXPORT_SYMBOL_GPL(qword_get);