Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/scrub/
Dalloc.c105 !xfs_verify_agbno(mp, agno, bno) || in xchk_allocbt_rec()
106 !xfs_verify_agbno(mp, agno, bno + len - 1)) in xchk_allocbt_rec()
Dagheader.c537 if (!xfs_verify_agbno(mp, agno, agbno)) in xchk_agf()
541 if (!xfs_verify_agbno(mp, agno, agbno)) in xchk_agf()
554 if (!xfs_verify_agbno(mp, agno, agbno)) in xchk_agf()
564 if (!xfs_verify_agbno(mp, agno, agbno)) in xchk_agf()
633 if (xfs_verify_agbno(mp, agno, agbno) && in xchk_agfl_block()
876 if (!xfs_verify_agbno(mp, agno, agbno)) in xchk_agi()
885 if (!xfs_verify_agbno(mp, agno, agbno)) in xchk_agi()
Drmap.c124 if (!xfs_verify_agbno(mp, agno, irec.rm_startblock) || in xchk_rmapbt_rec()
125 !xfs_verify_agbno(mp, agno, irec.rm_startblock + in xchk_rmapbt_rec()
Drefcount.c357 !xfs_verify_agbno(mp, agno, bno) || in xchk_refcountbt_rec()
358 !xfs_verify_agbno(mp, agno, bno + len - 1)) in xchk_refcountbt_rec()
Dialloc.c112 !xfs_verify_agbno(mp, agno, bno) || in xchk_iallocbt_chunk()
113 !xfs_verify_agbno(mp, agno, bno + len - 1)) in xchk_iallocbt_chunk()
Dagheader_repair.c96 if (!xfs_verify_agbno(mp, sc->sa.agno, agbno)) in xrep_agf_check_agfl_block()
123 return xfs_verify_agbno(mp, agno, fab->root) && in xrep_check_btree_root()
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_types.c33 xfs_verify_agbno( in xfs_verify_agbno() function
61 return xfs_verify_agbno(mp, agno, XFS_FSB_TO_AGBNO(mp, fsbno)); in xfs_verify_fsbno()
Dxfs_types.h184 bool xfs_verify_agbno(struct xfs_mount *mp, xfs_agnumber_t agno,
Dxfs_refcount.c137 if (!xfs_verify_agbno(mp, agno, realstart)) in xfs_refcount_get_rec()
141 if (!xfs_verify_agbno(mp, agno, realstart + irec->rc_blockcount - 1)) in xfs_refcount_get_rec()
Dxfs_btree.c218 return xfs_verify_agbno(cur->bc_mp, cur->bc_ag.agno, agbno); in xfs_btree_check_sptr()
4502 !xfs_verify_agbno(mp, agno, be32_to_cpu(block->bb_u.s.bb_leftsib))) in xfs_btree_sblock_verify()
4505 !xfs_verify_agbno(mp, agno, be32_to_cpu(block->bb_u.s.bb_rightsib))) in xfs_btree_sblock_verify()
Dxfs_alloc.c248 if (!xfs_verify_agbno(mp, agno, *bno)) in xfs_alloc_get_rec()
252 if (!xfs_verify_agbno(mp, agno, *bno + *len - 1)) in xfs_alloc_get_rec()
Dxfs_rmap.c220 if (!xfs_verify_agbno(mp, agno, irec->rm_startblock)) in xfs_rmap_get_rec()
225 if (!xfs_verify_agbno(mp, agno, in xfs_rmap_get_rec()