Searched refs:xfs_verify_agbext (Results 1 – 7 of 7) sorted by relevance
/linux/fs/xfs/scrub/ |
H A D | ialloc_repair.c | 349 if (!xfs_verify_agbext(sc->sa.pag, agbno, len)) in xrep_ibt_check_inode_ext() 400 if (!xfs_verify_agbext(ri->sc->sa.pag, rec->rm_startblock, in xrep_ibt_record_old_btree_blocks()
|
H A D | ialloc.c | 268 if (!xfs_verify_agbext(pag, agbno, len)) in xchk_iallocbt_chunk()
|
H A D | bmap_repair.c | 208 if (!xfs_verify_agbext(to_perag(cur->bc_group), rec->rm_startblock, in xrep_bmap_check_fork_rmap()
|
H A D | repair.c | 1349 if (!xfs_verify_agbext(sc->sa.pag, rec->rm_startblock, in xrep_check_ino_btree_mapping()
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_ag.h | 225 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() 1362 if (XFS_IS_CORRUPT(mp, !xfs_verify_agbext(pag, new_agbno, in xfs_refcount_continue_op()
|
H A D | xfs_rmap.c | 233 if (!xfs_verify_agbext(pag, irec->rm_startblock, in xfs_rmap_check_irec()
|