Lines Matching defs:fid
47 struct fid *fid = (struct fid *)fh;
85 fid->i32.parent_ino = XFS_I(parent)->i_ino;
86 fid->i32.parent_gen = parent->i_generation;
89 fid->i32.ino = XFS_I(inode)->i_ino;
90 fid->i32.gen = inode->i_generation;
158 xfs_fs_fh_to_dentry(struct super_block *sb, struct fid *fid,
161 struct xfs_fid64 *fid64 = (struct xfs_fid64 *)fid;
170 inode = xfs_nfs_get_inode(sb, fid->i32.ino, fid->i32.gen);
182 xfs_fs_fh_to_parent(struct super_block *sb, struct fid *fid,
185 struct xfs_fid64 *fid64 = (struct xfs_fid64 *)fid;
193 inode = xfs_nfs_get_inode(sb, fid->i32.parent_ino,
194 fid->i32.parent_gen);