Lines Matching refs:fid
62 struct fid *fid = (struct fid *)fh; in xfs_fs_encode_fh() local
100 fid->i32.parent_ino = XFS_I(parent)->i_ino; in xfs_fs_encode_fh()
101 fid->i32.parent_gen = parent->i_generation; in xfs_fs_encode_fh()
104 fid->i32.ino = XFS_I(inode)->i_ino; in xfs_fs_encode_fh()
105 fid->i32.gen = inode->i_generation; in xfs_fs_encode_fh()
164 xfs_fs_fh_to_dentry(struct super_block *sb, struct fid *fid, in xfs_fs_fh_to_dentry() argument
167 struct xfs_fid64 *fid64 = (struct xfs_fid64 *)fid; in xfs_fs_fh_to_dentry()
176 inode = xfs_nfs_get_inode(sb, fid->i32.ino, fid->i32.gen); in xfs_fs_fh_to_dentry()
188 xfs_fs_fh_to_parent(struct super_block *sb, struct fid *fid, in xfs_fs_fh_to_parent() argument
191 struct xfs_fid64 *fid64 = (struct xfs_fid64 *)fid; in xfs_fs_fh_to_parent()
199 inode = xfs_nfs_get_inode(sb, fid->i32.parent_ino, in xfs_fs_fh_to_parent()
200 fid->i32.parent_gen); in xfs_fs_fh_to_parent()