Home
last modified time | relevance | path

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

/fs/nfsd/
Dnfs2acl.c177 if (!(p = nfs2svc_decode_fh(p, &argp->fh))) in nfsaclsvc_decode_getaclargs()
192 if (!(p = nfs2svc_decode_fh(p, &argp->fh))) in nfsaclsvc_decode_setaclargs()
213 if (!(p = nfs2svc_decode_fh(p, &argp->fh))) in nfsaclsvc_decode_fhandleargs()
221 if (!(p = nfs2svc_decode_fh(p, &argp->fh))) in nfsaclsvc_decode_accessargs()
Dxdr.h171 __be32 *nfs2svc_decode_fh(__be32 *p, struct svc_fh *fhp);
Dnfsxdr.c40 __be32 *nfs2svc_decode_fh(__be32 *p, struct svc_fh *fhp) in nfs2svc_decode_fh() function