Lines Matching refs:fid
118 struct fid { struct
204 struct dentry * (*fh_to_dentry)(struct super_block *sb, struct fid *fid,
206 struct dentry * (*fh_to_parent)(struct super_block *sb, struct fid *fid,
230 extern int exportfs_encode_inode_fh(struct inode *inode, struct fid *fid,
233 extern int exportfs_encode_fh(struct dentry *dentry, struct fid *fid,
236 static inline int exportfs_encode_fid(struct inode *inode, struct fid *fid, in exportfs_encode_fid() argument
239 return exportfs_encode_inode_fh(inode, fid, max_len, NULL, in exportfs_encode_fid()
244 struct fid *fid, int fh_len,
248 extern struct dentry *exportfs_decode_fh(struct vfsmount *mnt, struct fid *fid,
256 struct fid *fid, int fh_len, int fh_type,
259 struct fid *fid, int fh_len, int fh_type,