Home
last modified time | relevance | path

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

/fs/xfs/scrub/
Dalloc.c103 if (!xfs_verify_agbext(pag, bno, len)) in xchk_allocbt_rec()
Drefcount.c348 if (!xfs_verify_agbext(pag, irec.rc_startblock, irec.rc_blockcount)) in xchk_refcountbt_rec()
Dialloc.c112 if (!xfs_verify_agbext(pag, bno, len)) in xchk_iallocbt_chunk()
/fs/xfs/libxfs/
Dxfs_ag.h137 xfs_verify_agbext( in xfs_verify_agbext() function
Dxfs_refcount.c149 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()
Dxfs_rmap.c238 if (!xfs_verify_agbext(pag, irec->rm_startblock, in xfs_rmap_get_rec()
Dxfs_alloc.c266 if (!xfs_verify_agbext(pag, *bno, *len)) in xfs_alloc_get_rec()