Home
last modified time | relevance | path

Searched refs:xfs_verify_agbext (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/fs/xfs/scrub/
Dialloc_repair.c351 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()
Dialloc.c268 if (!xfs_verify_agbext(pag, agbno, len)) in xchk_iallocbt_chunk()
Dbmap_repair.c199 if (!xfs_verify_agbext(cur->bc_ag.pag, rec->rm_startblock, in xrep_bmap_check_fork_rmap()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_ag.h182 xfs_verify_agbext( in xfs_verify_agbext() function
Dxfs_refcount.c138 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()
Dxfs_alloc.c262 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()
Dxfs_rmap.c231 if (!xfs_verify_agbext(pag, irec->rm_startblock, in xfs_rmap_check_irec()