Searched refs:qword_get (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/nfsd/ |
| H A D | nfs4idmap.c | 225 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 D | nfsctl.c | 246 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 D | svcauth_gss.c | 238 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 D | svcauth_unix.c | 207 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 D | cache.c | 1279 int qword_get(char **bpp, char *dest, int bufsize) in qword_get() function 1332 EXPORT_SYMBOL_GPL(qword_get);
|