Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfsfh.h228 __be32 fh_compose(struct svc_fh *, struct svc_export *, struct dentry *, struct svc_fh *);
H A Dnfsfh.c666 fh_compose(struct svc_fh *fhp, struct svc_export *exp, struct dentry *dentry, in fh_compose() function
H A Dvfs.c337 err = fh_compose(resfh, exp, dentry, fhp); in nfsd_lookup()
1907 err = fh_compose(resfhp, fhp->fh_export, dchild, fhp); in nfsd_create()
2015 cerr = fh_compose(resfhp, fhp->fh_export, dnew, fhp); in nfsd_symlink()
H A Dnfsproc.c323 resp->status = fh_compose(newfhp, dirfhp->fh_export, dchild, dirfhp); in nfsd_proc_create()
H A Dnfs3xdr.c1013 rv = fh_compose(fhp, exp, dchild, &cd->fh); in compose_entry_fh()
H A Dnfs3proc.c323 status = fh_compose(resfhp, fhp->fh_export, child, fhp); in nfsd3_create_file()
H A Dnfs4proc.c335 status = fh_compose(resfhp, fhp->fh_export, child, fhp); in nfsd4_create_file()
389 status = fh_compose(resfhp, fhp->fh_export, child, fhp); in nfsd4_create_file()
H A Dnfs4xdr.c4045 status = fh_compose(tempfh, exp, dentry, NULL); in nfsd4_encode_fattr4()