Home
last modified time | relevance | path

Searched refs:xfs_verify_agbno (Results 1 – 12 of 12) sorted by relevance

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_types.c42 xfs_verify_agbno( in xfs_verify_agbno() function
70 return xfs_verify_agbno(mp, agno, XFS_FSB_TO_AGBNO(mp, fsbno)); in xfs_verify_fsbno()
Dxfs_types.h156 bool xfs_verify_agbno(struct xfs_mount *mp, xfs_agnumber_t agno,
Dxfs_refcount.c139 if (!xfs_verify_agbno(mp, agno, realstart)) in xfs_refcount_get_rec()
143 if (!xfs_verify_agbno(mp, agno, realstart + irec->rc_blockcount - 1)) in xfs_refcount_get_rec()
Dxfs_rmap.c216 if (!xfs_verify_agbno(mp, agno, irec->rm_startblock)) in xfs_rmap_get_rec()
221 if (!xfs_verify_agbno(mp, agno, in xfs_rmap_get_rec()
Dxfs_btree.c222 return xfs_verify_agbno(cur->bc_mp, cur->bc_private.a.agno, agbno); in xfs_btree_check_sptr()
4524 !xfs_verify_agbno(mp, agno, be32_to_cpu(block->bb_u.s.bb_leftsib))) in xfs_btree_sblock_verify()
4527 !xfs_verify_agbno(mp, agno, be32_to_cpu(block->bb_u.s.bb_rightsib))) in xfs_btree_sblock_verify()
Dxfs_alloc.c234 if (!xfs_verify_agbno(mp, agno, *bno)) in xfs_alloc_get_rec()
238 if (!xfs_verify_agbno(mp, agno, *bno + *len - 1)) in xfs_alloc_get_rec()
/linux-4.19.296/fs/xfs/scrub/
Dalloc.c113 !xfs_verify_agbno(mp, agno, bno) || in xchk_allocbt_rec()
114 !xfs_verify_agbno(mp, agno, bno + len - 1)) in xchk_allocbt_rec()
Dagheader.c547 if (!xfs_verify_agbno(mp, agno, agbno)) in xchk_agf()
551 if (!xfs_verify_agbno(mp, agno, agbno)) in xchk_agf()
564 if (!xfs_verify_agbno(mp, agno, agbno)) in xchk_agf()
574 if (!xfs_verify_agbno(mp, agno, agbno)) in xchk_agf()
635 if (xfs_verify_agbno(mp, agno, agbno) && in xchk_agfl_block()
852 if (!xfs_verify_agbno(mp, agno, agbno)) in xchk_agi()
861 if (!xfs_verify_agbno(mp, agno, agbno)) in xchk_agi()
Drmap.c133 if (!xfs_verify_agbno(mp, agno, irec.rm_startblock) || in xchk_rmapbt_rec()
134 !xfs_verify_agbno(mp, agno, irec.rm_startblock + in xchk_rmapbt_rec()
Drefcount.c368 !xfs_verify_agbno(mp, agno, bno) || in xchk_refcountbt_rec()
369 !xfs_verify_agbno(mp, agno, bno + len - 1)) in xchk_refcountbt_rec()
Dialloc.c111 !xfs_verify_agbno(mp, agno, bno) || in xchk_iallocbt_chunk()
112 !xfs_verify_agbno(mp, agno, bno + len - 1)) in xchk_iallocbt_chunk()
Dagheader_repair.c101 if (!xfs_verify_agbno(mp, sc->sa.agno, agbno)) in xrep_agf_check_agfl_block()
128 return xfs_verify_agbno(mp, agno, fab->root) && in xrep_check_btree_root()