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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/sunrpc/
H A Dcache.h205 extern int qword_get(char **bpp, char *dest, int bufsize);
212 int len = qword_get(bpp, buf, 50);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/sunrpc/
H A Dcache.h205 extern int qword_get(char **bpp, char *dest, int bufsize);
212 int len = qword_get(bpp, buf, 50);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/nfsd/
H A Dnfs4idmap.c211 if (qword_get(&buf, buf1, PAGE_SIZE) <= 0)
216 if (qword_get(&buf, buf1, PAGE_SIZE) <= 0)
222 if (qword_get(&buf, buf1, PAGE_SIZE) <= 0)
240 len = qword_get(&buf, buf1, PAGE_SIZE);
387 if (qword_get(&buf, buf1, PAGE_SIZE) <= 0)
392 if (qword_get(&buf, buf1, PAGE_SIZE) <= 0)
398 error = qword_get(&buf, buf1, PAGE_SIZE);
H A Dnfsctl.c514 if (qword_get(&buf, fo_path, size) < 0)
551 if (qword_get(&buf, fo_path, size) < 0)
602 len = qword_get(&mesg, dname, size);
607 len = qword_get(&mesg, path, size);
620 if (qword_get(&mesg, mesg, size)>0)
796 len = qword_get(&mesg, vers, size);
826 } while ((len = qword_get(&mesg, vers, size)) > 0);
1295 len = qword_get(&mesg, recdir, size);
H A Dexport.c105 if ((len=qword_get(&mesg, buf, PAGE_SIZE)) <= 0)
115 if ((len=qword_get(&mesg, buf, PAGE_SIZE)) <= 0)
123 if ((len=qword_get(&mesg, buf, PAGE_SIZE)) <= 0)
146 len = qword_get(&mesg, buf, PAGE_SIZE);
426 len = qword_get(mesg, buf, PAGE_SIZE);
435 len = qword_get(mesg, buf, PAGE_SIZE);
510 len = qword_get(&mesg, buf, PAGE_SIZE);
521 if ((len = qword_get(&mesg, buf, PAGE_SIZE)) <= 0)
569 while ((len = qword_get(&mesg, buf, PAGE_SIZE)) > 0) {
574 len = qword_get(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/nfsd/
H A Dnfs4idmap.c211 if (qword_get(&buf, buf1, PAGE_SIZE) <= 0)
216 if (qword_get(&buf, buf1, PAGE_SIZE) <= 0)
222 if (qword_get(&buf, buf1, PAGE_SIZE) <= 0)
240 len = qword_get(&buf, buf1, PAGE_SIZE);
387 if (qword_get(&buf, buf1, PAGE_SIZE) <= 0)
392 if (qword_get(&buf, buf1, PAGE_SIZE) <= 0)
398 error = qword_get(&buf, buf1, PAGE_SIZE);
H A Dnfsctl.c514 if (qword_get(&buf, fo_path, size) < 0)
551 if (qword_get(&buf, fo_path, size) < 0)
602 len = qword_get(&mesg, dname, size);
607 len = qword_get(&mesg, path, size);
620 if (qword_get(&mesg, mesg, size)>0)
796 len = qword_get(&mesg, vers, size);
826 } while ((len = qword_get(&mesg, vers, size)) > 0);
1295 len = qword_get(&mesg, recdir, size);
H A Dexport.c105 if ((len=qword_get(&mesg, buf, PAGE_SIZE)) <= 0)
115 if ((len=qword_get(&mesg, buf, PAGE_SIZE)) <= 0)
123 if ((len=qword_get(&mesg, buf, PAGE_SIZE)) <= 0)
146 len = qword_get(&mesg, buf, PAGE_SIZE);
426 len = qword_get(mesg, buf, PAGE_SIZE);
435 len = qword_get(mesg, buf, PAGE_SIZE);
510 len = qword_get(&mesg, buf, PAGE_SIZE);
521 if ((len = qword_get(&mesg, buf, PAGE_SIZE)) <= 0)
569 while ((len = qword_get(&mesg, buf, PAGE_SIZE)) > 0) {
574 len = qword_get(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c204 len = qword_get(&mesg, buf, mlen);
212 len = qword_get(&mesg, buf, mlen);
232 len = qword_get(&mesg, buf, mlen);
238 len = qword_get(&mesg, buf, mlen);
246 len = qword_get(&mesg, buf, mlen);
254 len = qword_get(&mesg, buf, mlen);
436 len = qword_get(&mesg, buf, mlen);
484 len = qword_get(&mesg, buf, mlen);
494 len = qword_get(&mesg, buf, mlen);
502 len = qword_get(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c204 len = qword_get(&mesg, buf, mlen);
212 len = qword_get(&mesg, buf, mlen);
232 len = qword_get(&mesg, buf, mlen);
238 len = qword_get(&mesg, buf, mlen);
246 len = qword_get(&mesg, buf, mlen);
254 len = qword_get(&mesg, buf, mlen);
436 len = qword_get(&mesg, buf, mlen);
484 len = qword_get(&mesg, buf, mlen);
494 len = qword_get(&mesg, buf, mlen);
502 len = qword_get(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/nfs/
H A Ddns_resolve.c224 len = qword_get(&buf, buf1, sizeof(buf1));
231 len = qword_get(&buf, buf1, sizeof(buf1));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/nfs/
H A Ddns_resolve.c224 len = qword_get(&buf, buf1, sizeof(buf1));
231 len = qword_get(&buf, buf1, sizeof(buf1));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/sunrpc/
H A Dsvcauth_unix.c210 len = qword_get(&mesg, class, sizeof(class));
214 len = qword_get(&mesg, buf, mlen);
241 len = qword_get(&mesg, buf, mlen);
H A Dcache.c1087 int qword_get(char **bpp, char *dest, int bufsize) function
1134 EXPORT_SYMBOL_GPL(qword_get); variable
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/sunrpc/
H A Dsvcauth_unix.c210 len = qword_get(&mesg, class, sizeof(class));
214 len = qword_get(&mesg, buf, mlen);
241 len = qword_get(&mesg, buf, mlen);
H A Dcache.c1087 int qword_get(char **bpp, char *dest, int bufsize) function
1134 EXPORT_SYMBOL_GPL(qword_get); variable

Completed in 233 milliseconds