Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfs4idmap.c225 len = qword_get(&buf, buf1, PAGE_SIZE); in idtoname_parse()
231 if (qword_get(&buf, buf1, PAGE_SIZE) <= 0) in idtoname_parse()
237 if (qword_get(&buf, buf1, PAGE_SIZE) <= 0) in idtoname_parse()
255 len = qword_get(&buf, buf1, PAGE_SIZE); in idtoname_parse()
394 len = qword_get(&buf, buf1, PAGE_SIZE); in nametoid_parse()
400 if (qword_get(&buf, buf1, PAGE_SIZE) <= 0) in nametoid_parse()
406 len = qword_get(&buf, buf1, PAGE_SIZE); in nametoid_parse()
H A Dnfsctl.c246 if (qword_get(&buf, fo_path, size) < 0) in write_unlock_ip()
285 if (qword_get(&buf, fo_path, size) < 0) in write_unlock_fs()
354 len = qword_get(&mesg, dname, size); in write_filehandle()
359 len = qword_get(&mesg, path, size); in write_filehandle()
371 if (qword_get(&mesg, mesg, size) > 0) in write_filehandle()
590 len = qword_get(&mesg, vers, size); in __write_versions()
636 } while ((len = qword_get(&mesg, vers, size)) > 0); in __write_versions()
1035 len = qword_get(&mesg, recdir, size); in __write_recoverydir()
/linux/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(&mesg, buf, mlen); in rsc_parse()
/linux/net/sunrpc/
H A Dsvcauth_unix.c207 len = qword_get(&mesg, class, sizeof(class)); in ip_map_parse()
211 len = qword_get(&mesg, buf, mlen); in ip_map_parse()
237 len = qword_get(&mesg, buf, mlen); in ip_map_parse()
H A Dcache.c1279 int qword_get(char **bpp, char *dest, int bufsize) in qword_get() function
1332 EXPORT_SYMBOL_GPL(qword_get);