fs/nfsd/export.c
1758
if (fh_compose(&fh, exp, path.dentry, NULL))
fs/nfsd/export.c
2040
rv = fh_compose(fhp, exp, exp->ex_path.dentry, NULL);
fs/nfsd/nfs3proc.c
297
status = fh_compose(resfhp, fhp->fh_export, child, fhp);
fs/nfsd/nfs3xdr.c
1013
rv = fh_compose(fhp, exp, dchild, &cd->fh);
fs/nfsd/nfs4proc.c
309
status = fh_compose(resfhp, fhp->fh_export, child, fhp);
fs/nfsd/nfs4xdr.c
3998
status = fh_compose(tempfh, exp, dentry, NULL);
fs/nfsd/nfsfh.h
226
__be32 fh_compose(struct svc_fh *, struct svc_export *, struct dentry *, struct svc_fh *);
fs/nfsd/nfsproc.c
316
resp->status = fh_compose(newfhp, dirfhp->fh_export, dchild, dirfhp);
fs/nfsd/vfs.c
1897
err = fh_compose(resfhp, fhp->fh_export, dchild, fhp);
fs/nfsd/vfs.c
2005
cerr = fh_compose(resfhp, fhp->fh_export, dnew, fhp);
fs/nfsd/vfs.c
336
err = fh_compose(resfh, exp, dentry, fhp);