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