Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/scrub/
H A Dialloc.c401 imap.im_boffset = XFS_INO_TO_OFFSET(mp, irec->ir_startino) << in xchk_iallocbt_check_cluster()
413 XFS_INO_TO_OFFSET(mp, irec->ir_startino + in xchk_iallocbt_check_cluster()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_ialloc.c2365 offset = XFS_INO_TO_OFFSET(mp, ino); in xfs_imap()
2396 XFS_INO_TO_OFFSET(mp, ino); in xfs_imap()
H A Dxfs_format.h1117 #define XFS_INO_TO_OFFSET(mp,i) \ macro