Searched refs:XFS_AGFL_BLOCK (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | newbt.c | 261 xfs_agbno_to_fsb(sc->sa.pag, XFS_AGFL_BLOCK(sc->mp) + 1); in xrep_newbt_validate_ag_alloc_hint() 336 xnr->alloc_hint = XFS_AGB_TO_FSB(sc->mp, 0, XFS_AGFL_BLOCK(sc->mp) + 1); in xrep_newbt_validate_file_alloc_hint()
|
| H A D | agheader.c | 765 agbno = XFS_AGFL_BLOCK(mp); in xchk_agfl_xref() 796 if (!xchk_process_error(sc, agno, XFS_AGFL_BLOCK(sc->mp), &error)) in xchk_agfl() 803 if (!xchk_process_error(sc, agno, XFS_AGFL_BLOCK(sc->mp), &error)) in xchk_agfl()
|
| H A D | rmap.c | 408 XFS_AGFL_BLOCK(mp) - XFS_SB_BLOCK(mp) + 1); in xchk_rmapbt_walk_ag_metadata()
|
| H A D | rmap_repair.c | 859 XFS_AGFL_BLOCK(sc->mp) - XFS_SB_BLOCK(sc->mp) + 1, in xrep_rmap_find_agheader_rmaps()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_ag.c | 174 bno = round_up(XFS_AGFL_BLOCK(mp) + 1, M_IGEO(mp)->cluster_align); in __xfs_agino_range() 247 pag_group(pag)->xg_min_gbno = XFS_AGFL_BLOCK(mp) + 1; in xfs_perag_alloc()
|
| H A D | xfs_format.h | 689 #define XFS_AGFL_BLOCK(mp) XFS_HDR_BLOCK(mp, XFS_AGFL_DADDR(mp)) macro 1560 #define XFS_BNO_BLOCK(mp) ((xfs_agblock_t)(XFS_AGFL_BLOCK(mp) + 1))
|