Home
last modified time | relevance | path

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

/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()
220 p = decode_fh(p, &args->fh); in nfssvc_decode_fhandle()
231 p = decode_fh(p, &args->fh); in nfssvc_decode_sattrargs()
244 if (!(p = decode_fh(p, &args->fh)) in nfssvc_decode_diropargs()
257 p = decode_fh(p, &args->fh); in nfssvc_decode_readargs()
291 p = decode_fh(p, &args->fh); in nfssvc_decode_writeargs()
344 if ( !(p = decode_fh(p, &args->fh)) in nfssvc_decode_createargs()
357 if (!(p = decode_fh(p, &args->ffh)) in nfssvc_decode_renameargs()
359 || !(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()
281 p = decode_fh(p, &args->fh); in nfs3svc_decode_fhandle()
292 p = decode_fh(p, &args->fh); in nfs3svc_decode_sattrargs()
311 if (!(p = decode_fh(p, &args->fh)) in nfs3svc_decode_diropargs()
323 p = decode_fh(p, &args->fh); in nfs3svc_decode_accessargs()
339 p = decode_fh(p, &args->fh); in nfs3svc_decode_readargs()
370 p = decode_fh(p, &args->fh); in nfs3svc_decode_writeargs()
426 if (!(p = decode_fh(p, &args->fh)) in nfs3svc_decode_createargs()
451 if (!(p = decode_fh(p, &args->fh)) || in nfs3svc_decode_mkdirargs()
[all …]
/fs/nfs/
Dcallback_xdr.c94 static __be32 decode_fh(struct xdr_stream *xdr, struct nfs_fh *fh) in decode_fh() function
189 status = decode_fh(xdr, &args->fh); in decode_getattr_args()
209 return decode_fh(xdr, &args->fh); in decode_recall_args()
241 status = decode_fh(xdr, &args->cbl_fh); in decode_layoutrecall_args()
523 status = decode_fh(xdr, &args->cbnl_fh); in decode_notify_lock_args()