Searched refs:xfs_verify_agbno (Results 1 – 12 of 12) sorted by relevance
/fs/xfs/scrub/ |
D | alloc.c | 105 !xfs_verify_agbno(mp, agno, bno) || in xchk_allocbt_rec() 106 !xfs_verify_agbno(mp, agno, bno + len - 1)) in xchk_allocbt_rec()
|
D | agheader.c | 550 if (!xfs_verify_agbno(mp, agno, agbno)) in xchk_agf() 554 if (!xfs_verify_agbno(mp, agno, agbno)) in xchk_agf() 567 if (!xfs_verify_agbno(mp, agno, agbno)) in xchk_agf() 577 if (!xfs_verify_agbno(mp, agno, agbno)) in xchk_agf() 645 if (xfs_verify_agbno(mp, agno, agbno) && in xchk_agfl_block() 879 if (!xfs_verify_agbno(mp, agno, agbno)) in xchk_agi() 888 if (!xfs_verify_agbno(mp, agno, agbno)) in xchk_agi()
|
D | rmap.c | 124 if (!xfs_verify_agbno(mp, agno, irec.rm_startblock) || in xchk_rmapbt_rec() 125 !xfs_verify_agbno(mp, agno, irec.rm_startblock + in xchk_rmapbt_rec()
|
D | refcount.c | 357 !xfs_verify_agbno(mp, agno, bno) || in xchk_refcountbt_rec() 358 !xfs_verify_agbno(mp, agno, bno + len - 1)) in xchk_refcountbt_rec()
|
D | ialloc.c | 112 !xfs_verify_agbno(mp, agno, bno) || in xchk_iallocbt_chunk() 113 !xfs_verify_agbno(mp, agno, bno + len - 1)) in xchk_iallocbt_chunk()
|
D | agheader_repair.c | 97 if (!xfs_verify_agbno(mp, sc->sa.pag->pag_agno, agbno)) in xrep_agf_check_agfl_block() 124 return xfs_verify_agbno(mp, agno, fab->root) && in xrep_check_btree_root()
|
/fs/xfs/libxfs/ |
D | xfs_types.c | 34 xfs_verify_agbno( in xfs_verify_agbno() function 62 return xfs_verify_agbno(mp, agno, XFS_FSB_TO_AGBNO(mp, fsbno)); in xfs_verify_fsbno()
|
D | xfs_types.h | 190 bool xfs_verify_agbno(struct xfs_mount *mp, xfs_agnumber_t agno,
|
D | xfs_refcount.c | 138 if (!xfs_verify_agbno(mp, agno, realstart)) in xfs_refcount_get_rec() 142 if (!xfs_verify_agbno(mp, agno, realstart + irec->rc_blockcount - 1)) in xfs_refcount_get_rec()
|
D | xfs_alloc.c | 248 if (!xfs_verify_agbno(mp, agno, *bno)) in xfs_alloc_get_rec() 252 if (!xfs_verify_agbno(mp, agno, *bno + *len - 1)) in xfs_alloc_get_rec()
|
D | xfs_rmap.c | 222 if (!xfs_verify_agbno(mp, agno, irec->rm_startblock)) in xfs_rmap_get_rec() 227 if (!xfs_verify_agbno(mp, agno, in xfs_rmap_get_rec()
|
D | xfs_btree.c | 113 if (!xfs_verify_agbno(mp, agno, sibling)) in xfs_btree_check_sblock_siblings() 291 return xfs_verify_agbno(cur->bc_mp, cur->bc_ag.pag->pag_agno, agbno); in xfs_btree_check_sptr()
|