Searched refs:XFS_FIBT_BLOCK (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_format.h1473 #define XFS_FIBT_BLOCK(mp) ((xfs_agblock_t)(XFS_IBT_BLOCK(mp) + 1)) macro
1573 XFS_FIBT_BLOCK(mp) + 1 : \
H A Dxfs_ag.c750 agi->agi_free_root = cpu_to_be32(XFS_FIBT_BLOCK(mp));
864 .daddr = XFS_AGB_TO_DADDR(mp, id->agno, XFS_FIBT_BLOCK(mp)),
H A Dxfs_alloc.c64 return XFS_FIBT_BLOCK(mp) + 1;
77 return XFS_FIBT_BLOCK(mp) + 1;
/linux-master/fs/xfs/scrub/
H A Dialloc_repair.c681 XFS_FIBT_BLOCK(sc->mp)),

Completed in 250 milliseconds