Searched refs:decode_fh (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/nfsd/
H A Dnfsxdr.c27 decode_fh(__be32 *p, struct svc_fh *fhp) function
39 return decode_fh(p, fhp);
214 if (!(p = decode_fh(p, &args->fh)))
223 p = decode_fh(p, &args->fh);
235 if (!(p = decode_fh(p, &args->fh))
248 if (!(p = decode_fh(p, &args->fh)))
280 if (!(p = decode_fh(p, &args->fh)))
330 if ( !(p = decode_fh(p, &args->fh))
342 if (!(p = decode_fh(p, &args->ffh))
344 || !(p = decode_fh(
[all...]
H A Dnfs3xdr.c45 decode_fh(__be32 *p, struct svc_fh *fhp) function
61 return decode_fh(p, fhp);
277 if (!(p = decode_fh(p, &args->fh)))
286 if (!(p = decode_fh(p, &args->fh)))
303 if (!(p = decode_fh(p, &args->fh))
314 if (!(p = decode_fh(p, &args->fh)))
329 if (!(p = decode_fh(p, &args->fh)))
358 if (!(p = decode_fh(p, &args->fh)))
411 if (!(p = decode_fh(p, &args->fh))
434 if (!(p = decode_fh(
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/nfsd/
H A Dnfsxdr.c27 decode_fh(__be32 *p, struct svc_fh *fhp) function
39 return decode_fh(p, fhp);
214 if (!(p = decode_fh(p, &args->fh)))
223 p = decode_fh(p, &args->fh);
235 if (!(p = decode_fh(p, &args->fh))
248 if (!(p = decode_fh(p, &args->fh)))
280 if (!(p = decode_fh(p, &args->fh)))
330 if ( !(p = decode_fh(p, &args->fh))
342 if (!(p = decode_fh(p, &args->ffh))
344 || !(p = decode_fh(
[all...]
H A Dnfs3xdr.c45 decode_fh(__be32 *p, struct svc_fh *fhp) function
61 return decode_fh(p, fhp);
277 if (!(p = decode_fh(p, &args->fh)))
286 if (!(p = decode_fh(p, &args->fh)))
303 if (!(p = decode_fh(p, &args->fh))
314 if (!(p = decode_fh(p, &args->fh)))
329 if (!(p = decode_fh(p, &args->fh)))
358 if (!(p = decode_fh(p, &args->fh)))
411 if (!(p = decode_fh(p, &args->fh))
434 if (!(p = decode_fh(
[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 Dcallback_xdr.c95 static __be32 decode_fh(struct xdr_stream *xdr, struct nfs_fh *fh) function
190 status = decode_fh(xdr, &args->fh);
215 status = decode_fh(xdr, &args->fh);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/nfs/
H A Dcallback_xdr.c95 static __be32 decode_fh(struct xdr_stream *xdr, struct nfs_fh *fh) function
190 status = decode_fh(xdr, &args->fh);
215 status = decode_fh(xdr, &args->fh);

Completed in 176 milliseconds