Searched refs:XFS_INO_TO_OFFSET (Results 1 – 4 of 4) sorted by relevance
399 imap.im_boffset = XFS_INO_TO_OFFSET(mp, irec->ir_startino) << in xchk_iallocbt_check_cluster()411 XFS_INO_TO_OFFSET(mp, irec->ir_startino + in xchk_iallocbt_check_cluster()
157 cluster_buf_base = XFS_INO_TO_OFFSET(mp, cluster_ag_base); in xrep_ibt_check_ifree()
2526 offset = XFS_INO_TO_OFFSET(mp, ino); in xfs_imap()2557 XFS_INO_TO_OFFSET(mp, ino); in xfs_imap()
1284 #define XFS_INO_TO_OFFSET(mp,i) \ macro