Searched refs:fh_compose (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/nfsd/ |
| H A D | nfsfh.h | 228 __be32 fh_compose(struct svc_fh *, struct svc_export *, struct dentry *, struct svc_fh *);
|
| H A D | nfsfh.c | 666 fh_compose(struct svc_fh *fhp, struct svc_export *exp, struct dentry *dentry, in fh_compose() function
|
| H A D | vfs.c | 337 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 D | nfsproc.c | 323 resp->status = fh_compose(newfhp, dirfhp->fh_export, dchild, dirfhp); in nfsd_proc_create()
|
| H A D | nfs3xdr.c | 1013 rv = fh_compose(fhp, exp, dchild, &cd->fh); in compose_entry_fh()
|
| H A D | nfs3proc.c | 323 status = fh_compose(resfhp, fhp->fh_export, child, fhp); in nfsd3_create_file()
|
| H A D | nfs4proc.c | 335 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 D | nfs4xdr.c | 4045 status = fh_compose(tempfh, exp, dentry, NULL); in nfsd4_encode_fattr4()
|