Lines Matching refs:fid
48 struct fid *fid = (struct fid *)fh; in xfs_fs_encode_fh() local
86 fid->i32.parent_ino = XFS_I(parent)->i_ino; in xfs_fs_encode_fh()
87 fid->i32.parent_gen = parent->i_generation; in xfs_fs_encode_fh()
90 fid->i32.ino = XFS_I(inode)->i_ino; in xfs_fs_encode_fh()
91 fid->i32.gen = inode->i_generation; in xfs_fs_encode_fh()
159 xfs_fs_fh_to_dentry(struct super_block *sb, struct fid *fid, in xfs_fs_fh_to_dentry() argument
162 struct xfs_fid64 *fid64 = (struct xfs_fid64 *)fid; in xfs_fs_fh_to_dentry()
171 inode = xfs_nfs_get_inode(sb, fid->i32.ino, fid->i32.gen); in xfs_fs_fh_to_dentry()
183 xfs_fs_fh_to_parent(struct super_block *sb, struct fid *fid, in xfs_fs_fh_to_parent() argument
186 struct xfs_fid64 *fid64 = (struct xfs_fid64 *)fid; in xfs_fs_fh_to_parent()
194 inode = xfs_nfs_get_inode(sb, fid->i32.parent_ino, in xfs_fs_fh_to_parent()
195 fid->i32.parent_gen); in xfs_fs_fh_to_parent()