Lines Matching refs:fid
50 struct fid *fid = (struct fid *)fh; in xfs_fs_encode_fh() local
88 fid->i32.parent_ino = XFS_I(parent)->i_ino; in xfs_fs_encode_fh()
89 fid->i32.parent_gen = parent->i_generation; in xfs_fs_encode_fh()
92 fid->i32.ino = XFS_I(inode)->i_ino; in xfs_fs_encode_fh()
93 fid->i32.gen = inode->i_generation; in xfs_fs_encode_fh()
161 xfs_fs_fh_to_dentry(struct super_block *sb, struct fid *fid, in xfs_fs_fh_to_dentry() argument
164 struct xfs_fid64 *fid64 = (struct xfs_fid64 *)fid; in xfs_fs_fh_to_dentry()
173 inode = xfs_nfs_get_inode(sb, fid->i32.ino, fid->i32.gen); in xfs_fs_fh_to_dentry()
185 xfs_fs_fh_to_parent(struct super_block *sb, struct fid *fid, in xfs_fs_fh_to_parent() argument
188 struct xfs_fid64 *fid64 = (struct xfs_fid64 *)fid; in xfs_fs_fh_to_parent()
196 inode = xfs_nfs_get_inode(sb, fid->i32.parent_ino, in xfs_fs_fh_to_parent()
197 fid->i32.parent_gen); in xfs_fs_fh_to_parent()