Searched refs:XFS_AGFL_BLOCK (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_types.c | 43 if (agbno <= XFS_AGFL_BLOCK(mp)) in xfs_verify_agbno() 81 bno = round_up(XFS_AGFL_BLOCK(mp) + 1, M_IGEO(mp)->cluster_align); in xfs_agino_range()
|
H A D | xfs_format.h | 824 #define XFS_AGFL_BLOCK(mp) XFS_HDR_BLOCK(mp, XFS_AGFL_DADDR(mp)) macro 1487 #define XFS_BNO_BLOCK(mp) ((xfs_agblock_t)(XFS_AGFL_BLOCK(mp) + 1))
|
H A D | xfs_rmap.c | 213 if (irec->rm_startblock <= XFS_AGFL_BLOCK(mp)) { in xfs_rmap_get_rec() 216 if (irec->rm_blockcount != XFS_AGFL_BLOCK(mp) + 1) in xfs_rmap_get_rec()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_types.c | 32 if (agbno <= XFS_AGFL_BLOCK(mp)) in xfs_verify_agno_agbno()
|
H A D | xfs_ag.c | 314 bno = round_up(XFS_AGFL_BLOCK(mp) + 1, M_IGEO(mp)->cluster_align); in __xfs_agino_range() 412 pag->min_block = XFS_AGFL_BLOCK(mp); in xfs_initialize_perag()
|
H A D | xfs_format.h | 658 #define XFS_AGFL_BLOCK(mp) XFS_HDR_BLOCK(mp, XFS_AGFL_DADDR(mp)) macro 1400 #define XFS_BNO_BLOCK(mp) ((xfs_agblock_t)(XFS_AGFL_BLOCK(mp) + 1))
|
H A D | xfs_rmap.c | 222 if (irec->rm_startblock <= XFS_AGFL_BLOCK(mp)) { in xfs_rmap_check_irec() 225 if (irec->rm_blockcount != XFS_AGFL_BLOCK(mp) + 1) in xfs_rmap_check_irec()
|
/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | agheader.c | 698 agbno = XFS_AGFL_BLOCK(mp); in xchk_agfl_xref() 729 if (!xchk_process_error(sc, agno, XFS_AGFL_BLOCK(sc->mp), &error)) in xchk_agfl() 736 if (!xchk_process_error(sc, agno, XFS_AGFL_BLOCK(sc->mp), &error)) in xchk_agfl()
|
H A D | rmap.c | 398 XFS_AGFL_BLOCK(mp) - XFS_SB_BLOCK(mp) + 1); in xchk_rmapbt_walk_ag_metadata()
|
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | rmap.c | 117 irec.rm_blockcount != XFS_AGFL_BLOCK(mp) + 1) in xchk_rmapbt_rec()
|
H A D | agheader.c | 670 agbno = XFS_AGFL_BLOCK(mp); in xchk_agfl_xref() 702 if (!xchk_process_error(sc, agno, XFS_AGFL_BLOCK(sc->mp), &error)) in xchk_agfl()
|
Completed in 20 milliseconds