Home
last modified time | relevance | path

Searched refs:fid64 (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/fs/xfs/
Dxfs_export.c51 struct xfs_fid64 *fid64 = (struct xfs_fid64 *)fh; in xfs_fs_encode_fh() local
96 fid64->parent_ino = XFS_I(parent)->i_ino; in xfs_fs_encode_fh()
97 fid64->parent_gen = parent->i_generation; in xfs_fs_encode_fh()
100 fid64->ino = XFS_I(inode)->i_ino; in xfs_fs_encode_fh()
101 fid64->gen = inode->i_generation; in xfs_fs_encode_fh()
164 struct xfs_fid64 *fid64 = (struct xfs_fid64 *)fid; in xfs_fs_fh_to_dentry() local
177 inode = xfs_nfs_get_inode(sb, fid64->ino, fid64->gen); in xfs_fs_fh_to_dentry()
188 struct xfs_fid64 *fid64 = (struct xfs_fid64 *)fid; in xfs_fs_fh_to_parent() local
200 inode = xfs_nfs_get_inode(sb, fid64->parent_ino, in xfs_fs_fh_to_parent()
201 fid64->parent_gen); in xfs_fs_fh_to_parent()