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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/nfsd/
H A Dnfsfh.h266 __be32 fh_compose(struct svc_fh *, struct svc_export *, struct dentry *, struct svc_fh *);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfsd/
H A Dvfs.c230 err = fh_compose(resfh, exp, dentry, fhp);
1146 err = fh_compose(resfhp, fhp->fh_export, dchild, fhp);
1277 err = fh_compose(resfhp, fhp->fh_export, dchild, fhp);
1477 cerr = fh_compose(resfhp, fhp->fh_export, dnew, fhp);
H A Dnfsfh.c246 * filehandle that was created by fh_compose, and that
315 fh_compose(struct svc_fh *fhp, struct svc_export *exp, struct dentry *dentry, function
334 dprintk("nfsd: fh_compose(exp %02x:%02x/%ld %s/%s, ino=%ld)\n",
421 printk(KERN_ERR "fh_compose: fh %s/%s not initialized!\n",
425 printk(KERN_ERR "fh_compose: called with maxsize %d! %s/%s\n",
H A Dnfsproc.c237 nfserr = fh_compose(newfhp, dirfhp->fh_export, dchild, dirfhp);
H A Dexport.c1158 * fh must be initialized before calling fh_compose
1161 if (fh_compose(&fh, exp, nd.dentry, NULL))
1211 rv = fh_compose(fhp, exp, exp->ex_dentry, NULL);
H A Dnfs3xdr.c855 fh_compose(fhp, exp, dchild, &cd->fh) != 0 ||
H A Dnfs4xdr.c1442 status = fh_compose(&tempfh, exp, dentry, NULL);

Completed in 69 milliseconds