Home
last modified time | relevance | path

Searched refs:XFS_AGFL_BLOCK (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_types.c52 if (agbno <= XFS_AGFL_BLOCK(mp)) in xfs_verify_agbno()
90 bno = round_up(XFS_AGFL_BLOCK(mp) + 1, in xfs_agino_range()
Dxfs_format.h789 #define XFS_AGFL_BLOCK(mp) XFS_HDR_BLOCK(mp, XFS_AGFL_DADDR(mp)) macro
1249 #define XFS_BNO_BLOCK(mp) ((xfs_agblock_t)(XFS_AGFL_BLOCK(mp) + 1))
Dxfs_rmap.c209 if (irec->rm_startblock <= XFS_AGFL_BLOCK(mp)) { in xfs_rmap_get_rec()
212 if (irec->rm_blockcount != XFS_AGFL_BLOCK(mp) + 1) in xfs_rmap_get_rec()
/linux-4.19.296/fs/xfs/scrub/
Drmap.c126 irec.rm_blockcount != XFS_AGFL_BLOCK(mp) + 1) in xchk_rmapbt_rec()
Dagheader.c673 agbno = XFS_AGFL_BLOCK(mp); in xchk_agfl_xref()
706 if (!xchk_process_error(sc, agno, XFS_AGFL_BLOCK(sc->mp), &error)) in xchk_agfl()