fid64              49 fs/xfs/xfs_export.c 	struct xfs_fid64	*fid64 = (struct xfs_fid64 *)fh;
fid64              94 fs/xfs/xfs_export.c 		fid64->parent_ino = XFS_I(parent)->i_ino;
fid64              95 fs/xfs/xfs_export.c 		fid64->parent_gen = parent->i_generation;
fid64              98 fs/xfs/xfs_export.c 		fid64->ino = XFS_I(inode)->i_ino;
fid64              99 fs/xfs/xfs_export.c 		fid64->gen = inode->i_generation;
fid64             162 fs/xfs/xfs_export.c 	struct xfs_fid64	*fid64 = (struct xfs_fid64 *)fid;
fid64             175 fs/xfs/xfs_export.c 		inode = xfs_nfs_get_inode(sb, fid64->ino, fid64->gen);
fid64             186 fs/xfs/xfs_export.c 	struct xfs_fid64	*fid64 = (struct xfs_fid64 *)fid;
fid64             198 fs/xfs/xfs_export.c 		inode = xfs_nfs_get_inode(sb, fid64->parent_ino,
fid64             199 fs/xfs/xfs_export.c 					      fid64->parent_gen);