Searched refs:fh_compose (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/nfsd/ |
| H A D | nfsfh.h | 226 __be32 fh_compose(struct svc_fh *, struct svc_export *, struct dentry *, struct svc_fh *);
|
| H A D | nfsfh.c | 593 fh_compose(struct svc_fh *fhp, struct svc_export *exp, struct dentry *dentry, in fh_compose() function
|
| H A D | export.c | 1067 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 D | vfs.c | 335 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 D | nfs4proc.c | 305 status = fh_compose(resfhp, fhp->fh_export, child, fhp); in nfsd4_create_file()
|
| H A D | nfs4xdr.c | 3964 status = fh_compose(tempfh, exp, dentry, NULL); in nfsd4_encode_fattr4()
|