Searched refs:fh_compose (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfsfh.h106 __be32 fh_compose(struct svc_fh *, struct svc_export *, struct dentry *, struct svc_fh *);
H A Dvfs.c267 err = fh_compose(resfh, exp, dentry, fhp);
1287 err = fh_compose(resfhp, fhp->fh_export, dchild, fhp);
1425 err = fh_compose(resfhp, fhp->fh_export, dchild, fhp);
1627 cerr = fh_compose(resfhp, fhp->fh_export, dnew, fhp);
H A Dnfsfh.c322 * in by fh_compose, and given a dentry, but further
508 fh_compose(struct svc_fh *fhp, struct svc_export *exp, struct dentry *dentry, function
524 dprintk("nfsd: fh_compose(exp %02x:%02x/%ld %s/%s, ino=%ld)\n",
540 printk(KERN_ERR "fh_compose: fh %s/%s not initialized!\n",
544 printk(KERN_ERR "fh_compose: called with maxsize %d! %s/%s\n",
H A Dexport.c1180 * fh must be initialized before calling fh_compose
1183 if (fh_compose(&fh, exp, path.dentry, NULL))
1341 rv = fh_compose(fhp, exp, exp->ex_path.dentry, NULL);
H A Dnfsproc.c224 nfserr = fh_compose(newfhp, dirfhp->fh_export, dchild, dirfhp);
H A Dnfs3xdr.c834 rv = fh_compose(fhp, exp, dchild, &cd->fh);
H A Dnfs4xdr.c1766 status = fh_compose(&tempfh, exp, dentry, NULL);

Completed in 113 milliseconds