Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_types.c44 if (agbno <= XFS_AGFL_BLOCK(mp)) in xfs_verify_agbno()
105 bno = round_up(XFS_AGFL_BLOCK(mp) + 1, M_IGEO(mp)->cluster_align); in xfs_agino_range()
A Dxfs_format.h649 #define XFS_AGFL_BLOCK(mp) XFS_HDR_BLOCK(mp, XFS_AGFL_DADDR(mp)) macro
1311 #define XFS_BNO_BLOCK(mp) ((xfs_agblock_t)(XFS_AGFL_BLOCK(mp) + 1))
A Dxfs_rmap.c217 if (irec->rm_startblock <= XFS_AGFL_BLOCK(mp)) { in xfs_rmap_get_rec()
220 if (irec->rm_blockcount != XFS_AGFL_BLOCK(mp) + 1) in xfs_rmap_get_rec()
/linux/fs/xfs/scrub/
A Drmap.c117 irec.rm_blockcount != XFS_AGFL_BLOCK(mp) + 1) in xchk_rmapbt_rec()
A Dagheader.c681 agbno = XFS_AGFL_BLOCK(mp); in xchk_agfl_xref()
709 if (!xchk_process_error(sc, agno, XFS_AGFL_BLOCK(sc->mp), &error)) in xchk_agfl()

Completed in 18 milliseconds