Home
last modified time | relevance | path

Searched refs:fh_compose (Results 1 – 6 of 6) sorted by relevance

/linux/fs/nfsd/
H A Dnfsfh.h226 __be32 fh_compose(struct svc_fh *, struct svc_export *, struct dentry *, struct svc_fh *);
H A Dnfsfh.c593 fh_compose(struct svc_fh *fhp, struct svc_export *exp, struct dentry *dentry, in fh_compose() function
H A Dexport.c1067 if (fh_compose(&fh, exp, path.dentry, NULL)) in exp_rootfh()
1349 rv = fh_compose(fhp, exp, exp->ex_path.dentry, NULL); in exp_pseudoroot()
H A Dvfs.c335 err = fh_compose(resfh, exp, dentry, fhp); in nfsd_lookup()
1888 err = fh_compose(resfhp, fhp->fh_export, dchild, fhp); in nfsd_create()
1996 cerr = fh_compose(resfhp, fhp->fh_export, dnew, fhp); in nfsd_symlink()
H A Dnfs4proc.c305 status = fh_compose(resfhp, fhp->fh_export, child, fhp); in nfsd4_create_file()
H A Dnfs4xdr.c3964 status = fh_compose(tempfh, exp, dentry, NULL); in nfsd4_encode_fattr4()