| /kernel/linux/linux-5.10/fs/nfsd/ |
| H A D | nfsfh.h | 168 __be32 fh_compose(struct svc_fh *, struct svc_export *, struct dentry *, struct svc_fh *);
|
| H A D | vfs.c | 270 err = fh_compose(resfh, exp, dentry, fhp); in nfsd_lookup() 1364 err = fh_compose(resfhp, fhp->fh_export, dchild, fhp); in nfsd_create() 1366 * We unconditionally drop our ref to dchild as fh_compose will have in nfsd_create() 1429 err = fh_compose(resfhp, fhp->fh_export, dchild, fhp); in do_nfsd_create() 1626 cerr = fh_compose(resfhp, fhp->fh_export, dnew, fhp); in nfsd_symlink()
|
| H A D | nfsfh.c | 351 * in by fh_compose, and given a dentry, but further in fh_verify() 536 fh_compose(struct svc_fh *fhp, struct svc_export *exp, struct dentry *dentry, in fh_compose() function 550 dprintk("nfsd: fh_compose(exp %02x:%02x/%ld %pd2, ino=%ld)\n", in fh_compose() 566 printk(KERN_ERR "fh_compose: fh %pd2 not initialized!\n", in fh_compose() 570 printk(KERN_ERR "fh_compose: called with maxsize %d! %pd2\n", in fh_compose()
|
| H A D | export.c | 943 * fh must be initialized before calling fh_compose in exp_rootfh() 946 if (fh_compose(&fh, exp, path.dentry, NULL)) in exp_rootfh() 1121 rv = fh_compose(fhp, exp, exp->ex_path.dentry, NULL); in exp_pseudoroot()
|
| H A D | nfsproc.c | 294 resp->status = fh_compose(newfhp, dirfhp->fh_export, dchild, dirfhp); in nfsd_proc_create()
|
| H A D | nfs3xdr.c | 884 rv = fh_compose(fhp, exp, dchild, &cd->fh); in compose_entry_fh()
|
| H A D | nfs4xdr.c | 2758 status = fh_compose(tempfh, exp, dentry, NULL); in nfsd4_encode_fattr()
|
| /kernel/linux/linux-6.6/fs/nfsd/ |
| H A D | nfsfh.h | 218 __be32 fh_compose(struct svc_fh *, struct svc_export *, struct dentry *, struct svc_fh *);
|
| H A D | export.c | 1027 * fh must be initialized before calling fh_compose in exp_rootfh() 1030 if (fh_compose(&fh, exp, path.dentry, NULL)) in exp_rootfh() 1223 rv = fh_compose(fhp, exp, exp->ex_path.dentry, NULL); in exp_pseudoroot()
|
| H A D | vfs.c | 331 err = fh_compose(resfh, exp, dentry, fhp); in nfsd_lookup() 1526 err = fh_compose(resfhp, fhp->fh_export, dchild, fhp); in nfsd_create() 1528 * We unconditionally drop our ref to dchild as fh_compose will have in nfsd_create() 1636 cerr = fh_compose(resfhp, fhp->fh_export, dnew, fhp); in nfsd_symlink()
|
| H A D | nfsfh.c | 352 * in by fh_compose, and given a dentry, but further in fh_verify() 520 fh_compose(struct svc_fh *fhp, struct svc_export *exp, struct dentry *dentry, in fh_compose() function 531 dprintk("nfsd: fh_compose(exp %02x:%02x/%ld %pd2, ino=%ld)\n", in fh_compose() 550 printk(KERN_ERR "fh_compose: fh %pd2 not initialized!\n", in fh_compose() 554 printk(KERN_ERR "fh_compose: called with maxsize %d! %pd2\n", in fh_compose()
|
| H A D | nfsproc.c | 290 resp->status = fh_compose(newfhp, dirfhp->fh_export, dchild, dirfhp); in nfsd_proc_create()
|
| H A D | nfs3xdr.c | 1014 rv = fh_compose(fhp, exp, dchild, &cd->fh); in compose_entry_fh()
|
| H A D | nfs3proc.c | 266 status = fh_compose(resfhp, fhp->fh_export, child, fhp); in nfsd3_create_file()
|
| H A D | nfs4proc.c | 278 status = fh_compose(resfhp, fhp->fh_export, child, fhp); in nfsd4_create_file()
|
| H A D | nfs4xdr.c | 3015 status = fh_compose(tempfh, exp, dentry, NULL); in nfsd4_encode_fattr()
|