Home | History | Annotate | Download | only in nfsd

Lines Matching defs:dentry

27  * This is the old "dentry style" Linux NFSv2 file handle.
33 __u32 fb_dcookie; /* dentry cookie - always 0xfeebbaca */
137 struct dentry * fh_dentry; /* validated dentry */
213 int fh_compose(struct svc_fh *, struct svc_export *, struct dentry *, struct svc_fh *);
221 struct dentry *dentry = src->fh_dentry;
223 dentry->d_parent->d_name.name, dentry->d_name.name);
302 struct dentry *dentry = fhp->fh_dentry;
314 dentry->d_parent->d_name.name, dentry->d_name.name);
318 inode = dentry->d_inode;