Searched refs:xfs_verify_agbext (Results 1 – 7 of 7) sorted by relevance
/fs/xfs/scrub/ |
D | alloc.c | 103 if (!xfs_verify_agbext(pag, bno, len)) in xchk_allocbt_rec()
|
D | refcount.c | 348 if (!xfs_verify_agbext(pag, irec.rc_startblock, irec.rc_blockcount)) in xchk_refcountbt_rec()
|
D | ialloc.c | 112 if (!xfs_verify_agbext(pag, bno, len)) in xchk_iallocbt_chunk()
|
/fs/xfs/libxfs/ |
D | xfs_ag.h | 137 xfs_verify_agbext( in xfs_verify_agbext() function
|
D | xfs_refcount.c | 149 if (!xfs_verify_agbext(pag, irec->rc_startblock, irec->rc_blockcount)) in xfs_refcount_get_rec() 1195 if (XFS_IS_CORRUPT(mp, !xfs_verify_agbext(pag, new_agbno, new_len))) in xfs_refcount_continue_op()
|
D | xfs_rmap.c | 238 if (!xfs_verify_agbext(pag, irec->rm_startblock, in xfs_rmap_get_rec()
|
D | xfs_alloc.c | 266 if (!xfs_verify_agbext(pag, *bno, *len)) in xfs_alloc_get_rec()
|