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

/linux-master/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));
276 int len = qword_get(bpp, buf, sizeof(buf));
293 int len = qword_get(bpp, buf, sizeof(buf));
/linux-master/fs/nfsd/
H A Dnfs4idmap.c224 len = qword_get(&buf, buf1, PAGE_SIZE);
230 if (qword_get(&buf, buf1, PAGE_SIZE) <= 0)
236 if (qword_get(&buf, buf1, PAGE_SIZE) <= 0)
254 len = qword_get(&buf, buf1, PAGE_SIZE);
393 len = qword_get(&buf, buf1, PAGE_SIZE);
399 if (qword_get(&buf, buf1, PAGE_SIZE) <= 0)
405 len = qword_get(&buf, buf1, PAGE_SIZE);
H A Dexport.c100 if (qword_get(&mesg, buf, PAGE_SIZE) <= 0)
110 if (qword_get(&mesg, buf, PAGE_SIZE) <= 0)
118 if ((len=qword_get(&mesg, buf, PAGE_SIZE)) <= 0)
141 len = qword_get(&mesg, buf, PAGE_SIZE);
477 len = qword_get(mesg, buf, PAGE_SIZE);
486 len = qword_get(mesg, buf, PAGE_SIZE);
585 len = qword_get(mesg, buf, PAGE_SIZE);
615 if (qword_get(&mesg, buf, PAGE_SIZE) <= 0)
625 if (qword_get(&mesg, buf, PAGE_SIZE) <= 0)
670 while (qword_get(
[all...]
H A Dnfsctl.c229 if (qword_get(&buf, fo_path, size) < 0)
267 if (qword_get(&buf, fo_path, size) < 0)
328 len = qword_get(&mesg, dname, size);
333 len = qword_get(&mesg, path, size);
345 if (qword_get(&mesg, mesg, size) > 0)
550 len = qword_get(&mesg, vers, size);
596 } while ((len = qword_get(&mesg, vers, size)) > 0);
1033 len = qword_get(&mesg, recdir, size);
/linux-master/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c238 len = qword_get(&mesg, buf, mlen);
246 len = qword_get(&mesg, buf, mlen);
266 len = qword_get(&mesg, buf, mlen);
272 len = qword_get(&mesg, buf, mlen);
280 len = qword_get(&mesg, buf, mlen);
288 len = qword_get(&mesg, buf, mlen);
478 len = qword_get(&mesg, buf, mlen);
544 len = qword_get(&mesg, buf, mlen);
554 len = qword_get(&mesg, buf, mlen);
563 len = qword_get(
[all...]
/linux-master/fs/nfs/
H A Ddns_resolve.c241 len = qword_get(&buf, buf1, sizeof(buf1));
248 len = qword_get(&buf, buf1, sizeof(buf1));
/linux-master/net/sunrpc/
H A Dsvcauth_unix.c204 len = qword_get(&mesg, class, sizeof(class));
208 len = qword_get(&mesg, buf, mlen);
234 len = qword_get(&mesg, buf, mlen);
H A Dcache.c1278 int qword_get(char **bpp, char *dest, int bufsize) function
1331 EXPORT_SYMBOL_GPL(qword_get); variable

Completed in 351 milliseconds