Searched refs:XFS_IBT_BLOCK (Results 1 - 4 of 4) sorted by path

/linux-master/fs/xfs/libxfs/
H A Dxfs_ag.c604 rrec->rm_startblock = cpu_to_be32(XFS_IBT_BLOCK(mp));
606 XFS_IBT_BLOCK(mp));
742 agi->agi_root = cpu_to_be32(XFS_IBT_BLOCK(mp));
856 .daddr = XFS_AGB_TO_DADDR(mp, id->agno, XFS_IBT_BLOCK(mp)),
H A Dxfs_alloc.c65 return XFS_IBT_BLOCK(mp) + 1;
78 return XFS_IBT_BLOCK(mp) + 1;
H A Dxfs_format.h1472 #define XFS_IBT_BLOCK(mp) ((xfs_agblock_t)(XFS_CNT_BLOCK(mp) + 1)) macro
1473 #define XFS_FIBT_BLOCK(mp) ((xfs_agblock_t)(XFS_IBT_BLOCK(mp) + 1))
1574 XFS_IBT_BLOCK(mp) + 1)
/linux-master/fs/xfs/scrub/
H A Dialloc_repair.c660 XFS_IBT_BLOCK(sc->mp)),

Completed in 226 milliseconds