Home
last modified time | relevance | path

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

/Linux-v4.19/fs/nfsd/
Dnfsxdr.c29 decode_fh(__be32 *p, struct svc_fh *fhp) in decode_fh() function
43 return decode_fh(p, fhp); in nfs2svc_decode_fh()
205 p = decode_fh(p, &args->fh); in nfssvc_decode_fhandle()
216 p = decode_fh(p, &args->fh); in nfssvc_decode_sattrargs()
229 if (!(p = decode_fh(p, &args->fh)) in nfssvc_decode_diropargs()
242 p = decode_fh(p, &args->fh); in nfssvc_decode_readargs()
275 p = decode_fh(p, &args->fh); in nfssvc_decode_writeargs()
319 if ( !(p = decode_fh(p, &args->fh)) in nfssvc_decode_createargs()
332 if (!(p = decode_fh(p, &args->ffh)) in nfssvc_decode_renameargs()
334 || !(p = decode_fh(p, &args->tfh)) in nfssvc_decode_renameargs()
[all …]
Dnfs3xdr.c49 decode_fh(__be32 *p, struct svc_fh *fhp) in decode_fh() function
65 return decode_fh(p, fhp); in nfs3svc_decode_fh()
314 p = decode_fh(p, &args->fh); in nfs3svc_decode_fhandle()
325 p = decode_fh(p, &args->fh); in nfs3svc_decode_sattrargs()
344 if (!(p = decode_fh(p, &args->fh)) in nfs3svc_decode_diropargs()
356 p = decode_fh(p, &args->fh); in nfs3svc_decode_accessargs()
372 p = decode_fh(p, &args->fh); in nfs3svc_decode_readargs()
403 p = decode_fh(p, &args->fh); in nfs3svc_decode_writeargs()
451 if (!(p = decode_fh(p, &args->fh)) in nfs3svc_decode_createargs()
476 if (!(p = decode_fh(p, &args->fh)) || in nfs3svc_decode_mkdirargs()
[all …]
/Linux-v4.19/fs/nfs/
Dcallback_xdr.c97 static __be32 decode_fh(struct xdr_stream *xdr, struct nfs_fh *fh) in decode_fh() function
192 status = decode_fh(xdr, &args->fh); in decode_getattr_args()
212 return decode_fh(xdr, &args->fh); in decode_recall_args()
244 status = decode_fh(xdr, &args->cbl_fh); in decode_layoutrecall_args()
526 status = decode_fh(xdr, &args->cbnl_fh); in decode_notify_lock_args()
570 status = decode_fh(xdr, &args->coa_fh); in decode_offload_args()
/Linux-v4.19/Documentation/filesystems/nfs/
DExporting155 The decode_fh routine should not depend on the stated size that is
159 indicates the decode_fh how much of the filehandle is valid, and how
/Linux-v4.19/Documentation/filesystems/
Dporting144 Briefly it allows for the definition of decode_fh and encode_fh operations
146 a standard helper function for decode_fh, and provide file-system specific