Home
last modified time | relevance | path

Searched refs:qword_get (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/include/linux/sunrpc/
H A 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()
/kernel/linux/linux-6.6/include/linux/sunrpc/
H A 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()
/kernel/linux/linux-5.10/fs/nfsd/
H A 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()
H A 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()
444 len = qword_get(mesg, buf, PAGE_SIZE); in fsloc_parse()
453 len = qword_get(mesg, buf, PAGE_SIZE); in fsloc_parse()
529 len = qword_get(mesg, buf, PAGE_SIZE); in nfsd_uuid_parse()
560 len = qword_get(&mesg, buf, PAGE_SIZE); in svc_export_parse()
571 if ((len = qword_get(&mesg, buf, PAGE_SIZE)) <= 0) in svc_export_parse()
616 while ((len = qword_get( in svc_export_parse()
[all...]
H A 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()
1062 len = qword_get(&mesg, recdir, size); in __write_recoverydir()
/kernel/linux/linux-6.6/fs/nfsd/
H A 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()
H A 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()
473 len = qword_get(mesg, buf, PAGE_SIZE); in fsloc_parse()
482 len = qword_get(mesg, buf, PAGE_SIZE); in fsloc_parse()
581 len = qword_get(mesg, buf, PAGE_SIZE); in nfsd_uuid_parse()
611 if (qword_get(&mesg, buf, PAGE_SIZE) <= 0) in svc_export_parse()
621 if (qword_get(&mesg, buf, PAGE_SIZE) <= 0) in svc_export_parse()
666 while (qword_get( in svc_export_parse()
[all...]
H A Dnfsctl.c228 if (qword_get(&buf, fo_path, size) < 0) in write_unlock_ip()
266 if (qword_get(&buf, fo_path, size) < 0) in write_unlock_fs()
326 len = qword_get(&mesg, dname, size); in write_filehandle()
331 len = qword_get(&mesg, path, size); in write_filehandle()
343 if (qword_get(&mesg, mesg, size) > 0) in write_filehandle()
548 len = qword_get(&mesg, vers, size); in __write_versions()
594 } while ((len = qword_get(&mesg, vers, size)) > 0); in __write_versions()
1038 len = qword_get(&mesg, recdir, size); in __write_recoverydir()
/kernel/linux/linux-5.10/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c212 len = qword_get(&mesg, buf, mlen); in rsi_parse()
220 len = qword_get(&mesg, buf, mlen); in rsi_parse()
240 len = qword_get(&mesg, buf, mlen); in rsi_parse()
246 len = qword_get(&mesg, buf, mlen); in rsi_parse()
254 len = qword_get(&mesg, buf, mlen); in rsi_parse()
262 len = qword_get(&mesg, buf, mlen); in rsi_parse()
452 len = qword_get(&mesg, buf, mlen); in rsc_parse()
518 len = qword_get(&mesg, buf, mlen); in rsc_parse()
528 len = qword_get(&mesg, buf, mlen); in rsc_parse()
537 len = qword_get( in rsc_parse()
[all...]
/kernel/linux/linux-6.6/net/sunrpc/auth_gss/
H A 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( in rsc_parse()
[all...]
/kernel/linux/linux-5.10/fs/nfs/
H A 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()
/kernel/linux/linux-6.6/fs/nfs/
H A 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()
/kernel/linux/linux-5.10/net/sunrpc/
H A Dsvcauth_unix.c202 len = qword_get(&mesg, class, sizeof(class)); in ip_map_parse()
206 len = qword_get(&mesg, buf, mlen); in ip_map_parse()
232 len = qword_get(&mesg, buf, mlen); in ip_map_parse()
H A Dcache.c1281 int qword_get(char **bpp, char *dest, int bufsize) in qword_get() function
1334 EXPORT_SYMBOL_GPL(qword_get); variable
/kernel/linux/linux-6.6/net/sunrpc/
H A 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()
H A Dcache.c1278 int qword_get(char **bpp, char *dest, int bufsize) in qword_get() function
1331 EXPORT_SYMBOL_GPL(qword_get); variable

Completed in 43 milliseconds