Lines Matching refs:dentry
6 struct dentry;
202 struct dentry * (*fh_to_dentry)(struct super_block *sb, struct fid *fid,
204 struct dentry * (*fh_to_parent)(struct super_block *sb, struct fid *fid,
206 int (*get_name)(struct dentry *parent, char *name,
207 struct dentry *child);
208 struct dentry * (*get_parent)(struct dentry *child);
221 extern int exportfs_encode_fh(struct dentry *dentry, struct fid *fid,
223 extern struct dentry *exportfs_decode_fh(struct vfsmount *mnt, struct fid *fid,
224 int fh_len, int fileid_type, int (*acceptable)(void *, struct dentry *),
230 extern struct dentry *generic_fh_to_dentry(struct super_block *sb,
233 extern struct dentry *generic_fh_to_parent(struct super_block *sb,