Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfsd/ !
Dnfs2acl.c190 p = nfs2svc_decode_fh(p, &argp->fh); in nfsaclsvc_decode_getaclargs()
206 p = nfs2svc_decode_fh(p, &argp->fh); in nfsaclsvc_decode_setaclargs()
229 p = nfs2svc_decode_fh(p, &argp->fh); in nfsaclsvc_decode_fhandleargs()
239 p = nfs2svc_decode_fh(p, &argp->fh); in nfsaclsvc_decode_accessargs()
Dxdr.h163 __be32 *nfs2svc_decode_fh(__be32 *p, struct svc_fh *fhp);
Dnfsxdr.c41 __be32 *nfs2svc_decode_fh(__be32 *p, struct svc_fh *fhp) in nfs2svc_decode_fh() function