Searched refs:fh_compose (Results 1 – 9 of 9) sorted by relevance
/linux-6.12.1/fs/nfsd/ |
D | nfsfh.h | 222 __be32 fh_compose(struct svc_fh *, struct svc_export *, struct dentry *, struct svc_fh *);
|
D | vfs.c | 331 err = fh_compose(resfh, exp, dentry, fhp); in nfsd_lookup() 1580 err = fh_compose(resfhp, fhp->fh_export, dchild, fhp); in nfsd_create() 1690 cerr = fh_compose(resfhp, fhp->fh_export, dnew, fhp); in nfsd_symlink()
|
D | nfsfh.c | 570 fh_compose(struct svc_fh *fhp, struct svc_export *exp, struct dentry *dentry, in fh_compose() function
|
D | export.c | 1047 if (fh_compose(&fh, exp, path.dentry, NULL)) in exp_rootfh() 1277 rv = fh_compose(fhp, exp, exp->ex_path.dentry, NULL); in exp_pseudoroot()
|
D | nfsproc.c | 321 resp->status = fh_compose(newfhp, dirfhp->fh_export, dchild, dirfhp); in nfsd_proc_create()
|
D | nfs3xdr.c | 1011 rv = fh_compose(fhp, exp, dchild, &cd->fh); in compose_entry_fh()
|
D | nfs3proc.c | 299 status = fh_compose(resfhp, fhp->fh_export, child, fhp); in nfsd3_create_file()
|
D | nfs4proc.c | 279 status = fh_compose(resfhp, fhp->fh_export, child, fhp); in nfsd4_create_file()
|
D | nfs4xdr.c | 3594 status = fh_compose(tempfh, exp, dentry, NULL); in nfsd4_encode_fattr4()
|