Searched refs:XFS_INO_TO_OFFSET (Results 1 – 3 of 3) sorted by relevance
248 imap.im_boffset = XFS_INO_TO_OFFSET(mp, irec->ir_startino) << in xchk_iallocbt_check_cluster()260 XFS_INO_TO_OFFSET(mp, irec->ir_startino + in xchk_iallocbt_check_cluster()
2344 offset = XFS_INO_TO_OFFSET(mp, ino); in xfs_imap()2375 XFS_INO_TO_OFFSET(mp, ino); in xfs_imap()
1085 #define XFS_INO_TO_OFFSET(mp,i) \ macro