Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/sunrpc/
Dcache.h251 extern int qword_get(char **bpp, char *dest, int bufsize);
258 int len = qword_get(bpp, buf, sizeof(buf)); in get_int()
276 int len = qword_get(bpp, buf, sizeof(buf)); in get_uint()
293 int len = qword_get(bpp, buf, sizeof(buf)); in get_time()
/linux-6.12.1/fs/nfsd/
Dnfs4idmap.c224 len = qword_get(&buf, buf1, PAGE_SIZE); in idtoname_parse()
230 if (qword_get(&buf, buf1, PAGE_SIZE) <= 0) in idtoname_parse()
236 if (qword_get(&buf, buf1, PAGE_SIZE) <= 0) in idtoname_parse()
254 len = qword_get(&buf, buf1, PAGE_SIZE); in idtoname_parse()
393 len = qword_get(&buf, buf1, PAGE_SIZE); in nametoid_parse()
399 if (qword_get(&buf, buf1, PAGE_SIZE) <= 0) in nametoid_parse()
405 len = qword_get(&buf, buf1, PAGE_SIZE); in nametoid_parse()
Dexport.c100 if (qword_get(&mesg, buf, PAGE_SIZE) <= 0) in expkey_parse()
110 if (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()
481 len = qword_get(mesg, buf, PAGE_SIZE); in fsloc_parse()
490 len = qword_get(mesg, buf, PAGE_SIZE); in fsloc_parse()
589 len = qword_get(mesg, buf, PAGE_SIZE); in nfsd_uuid_parse()
619 if (qword_get(&mesg, buf, PAGE_SIZE) <= 0) in svc_export_parse()
629 if (qword_get(&mesg, buf, PAGE_SIZE) <= 0) in svc_export_parse()
674 while (qword_get(&mesg, buf, PAGE_SIZE) > 0) { in svc_export_parse()
Dnfsctl.c236 if (qword_get(&buf, fo_path, size) < 0) in write_unlock_ip()
274 if (qword_get(&buf, fo_path, size) < 0) in write_unlock_fs()
335 len = qword_get(&mesg, dname, size); in write_filehandle()
340 len = qword_get(&mesg, path, size); in write_filehandle()
352 if (qword_get(&mesg, mesg, size) > 0) in write_filehandle()
567 len = qword_get(&mesg, vers, size); in __write_versions()
613 } while ((len = qword_get(&mesg, vers, size)) > 0); in __write_versions()
1050 len = qword_get(&mesg, recdir, size); in __write_recoverydir()
/linux-6.12.1/net/sunrpc/auth_gss/
Dsvcauth_gss.c238 len = qword_get(&mesg, buf, mlen); in rsi_parse()
246 len = qword_get(&mesg, buf, mlen); in rsi_parse()
266 len = qword_get(&mesg, buf, mlen); in rsi_parse()
272 len = qword_get(&mesg, buf, mlen); in rsi_parse()
280 len = qword_get(&mesg, buf, mlen); in rsi_parse()
288 len = qword_get(&mesg, buf, mlen); in rsi_parse()
478 len = qword_get(&mesg, buf, mlen); in rsc_parse()
544 len = qword_get(&mesg, buf, mlen); in rsc_parse()
554 len = qword_get(&mesg, buf, mlen); in rsc_parse()
563 len = qword_get(&mesg, buf, mlen); in rsc_parse()
/linux-6.12.1/fs/nfs/
Ddns_resolve.c241 len = qword_get(&buf, buf1, sizeof(buf1)); in nfs_dns_parse()
248 len = qword_get(&buf, buf1, sizeof(buf1)); in nfs_dns_parse()
/linux-6.12.1/net/sunrpc/
Dsvcauth_unix.c204 len = qword_get(&mesg, class, sizeof(class)); in ip_map_parse()
208 len = qword_get(&mesg, buf, mlen); in ip_map_parse()
234 len = qword_get(&mesg, buf, mlen); in ip_map_parse()
Dcache.c1274 int qword_get(char **bpp, char *dest, int bufsize) in qword_get() function
1327 EXPORT_SYMBOL_GPL(qword_get);