Searched refs:xfs_verify_agbext (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/fs/xfs/scrub/ |
D | ialloc_repair.c | 351 if (!xfs_verify_agbext(sc->sa.pag, agbno, len)) in xrep_ibt_check_inode_ext() 402 if (!xfs_verify_agbext(ri->sc->sa.pag, rec->rm_startblock, in xrep_ibt_record_old_btree_blocks()
|
D | ialloc.c | 268 if (!xfs_verify_agbext(pag, agbno, len)) in xchk_iallocbt_chunk()
|
D | bmap_repair.c | 199 if (!xfs_verify_agbext(cur->bc_ag.pag, rec->rm_startblock, in xrep_bmap_check_fork_rmap()
|
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_ag.h | 182 xfs_verify_agbext( in xfs_verify_agbext() function
|
D | xfs_refcount.c | 138 if (!xfs_verify_agbext(pag, irec->rc_startblock, irec->rc_blockcount)) in xfs_refcount_check_irec() 1317 if (XFS_IS_CORRUPT(mp, !xfs_verify_agbext(pag, new_agbno, in xfs_refcount_continue_op()
|
D | xfs_alloc.c | 262 if (!xfs_verify_agbext(pag, irec->ar_startblock, irec->ar_blockcount)) in xfs_alloc_check_irec() 1117 ASSERT(xfs_verify_agbext(args->pag, acur->rec_bno, acur->rec_len)); in xfs_alloc_cur_finish() 1399 ASSERT(xfs_verify_agbext(args->pag, args->agbno, args->len)); in xfs_alloc_ag_vextent_exact()
|
D | xfs_rmap.c | 231 if (!xfs_verify_agbext(pag, irec->rm_startblock, in xfs_rmap_check_irec()
|