Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_ag.h174 xfs_verify_agbext( in xfs_verify_agbext() function
H A Dxfs_refcount.c138 if (!xfs_verify_agbext(pag, irec->rc_startblock, irec->rc_blockcount)) in xfs_refcount_check_irec()
1331 if (XFS_IS_CORRUPT(mp, !xfs_verify_agbext(pag, new_agbno, in xfs_refcount_continue_op()
H A Dxfs_rmap.c229 if (!xfs_verify_agbext(cur->bc_ag.pag, irec->rm_startblock, in xfs_rmap_check_irec()
H A Dxfs_alloc.c258 if (!xfs_verify_agbext(pag, irec->ar_startblock, irec->ar_blockcount)) in xfs_alloc_check_irec()
/openbmc/linux/fs/xfs/scrub/
H A Dialloc.c268 if (!xfs_verify_agbext(pag, agbno, len)) in xchk_iallocbt_chunk()