Searched refs:xfs_agino_to_ino (Results 1 – 2 of 2) sorted by relevance
137 xfs_agino_to_ino(struct xfs_mount *mp, xfs_agnumber_t a, xfs_agino_t i);138 #define XFS_AGINO_TO_INO(mp,a,i) xfs_agino_to_ino(mp,a,i)
208 xfs_agino_to_ino(xfs_mount_t *mp, xfs_agnumber_t a, xfs_agino_t i) in xfs_agino_to_ino() function