Searched refs:xfs_verify_agbext (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_ag.h | 223 xfs_verify_agbext( in xfs_verify_agbext() function
|
| H A D | xfs_refcount.c | 141 if (!xfs_verify_agbext(pag, irec->rc_startblock, irec->rc_blockcount)) in xfs_refcount_check_irec() 1361 if (XFS_IS_CORRUPT(mp, !xfs_verify_agbext(pag, new_agbno, in xfs_refcount_continue_op()
|
| H A D | xfs_alloc.c | 260 if (!xfs_verify_agbext(pag, irec->ar_startblock, irec->ar_blockcount)) in xfs_alloc_check_irec() 1115 ASSERT(xfs_verify_agbext(args->pag, acur->rec_bno, acur->rec_len)); in xfs_alloc_cur_finish() 1398 ASSERT(xfs_verify_agbext(args->pag, args->agbno, args->len)); in xfs_alloc_ag_vextent_exact()
|
| /linux/fs/xfs/scrub/ |
| H A D | ialloc.c | 272 if (!xfs_verify_agbext(pag, agbno, len)) in xchk_iallocbt_chunk()
|
| H A D | repair.c | 1338 if (!xfs_verify_agbext(sc->sa.pag, rec->rm_startblock, in xrep_check_ino_btree_mapping()
|