Home
last modified time | relevance | path

Searched refs:xfs_verify_agbno (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A 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()
H A Dxfs_types.h185 bool xfs_verify_agbno(struct xfs_mount *mp, xfs_agnumber_t agno,
H A 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()
H A Dxfs_btree.c218 return xfs_verify_agbno(cur->bc_mp, cur->bc_ag.agno, agbno); in xfs_btree_check_sptr()
4509 !xfs_verify_agbno(mp, agno, be32_to_cpu(block->bb_u.s.bb_leftsib))) in xfs_btree_sblock_verify()
4512 !xfs_verify_agbno(mp, agno, be32_to_cpu(block->bb_u.s.bb_rightsib))) in xfs_btree_sblock_verify()
H A 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()
H A 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()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H A 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()
H A Drmap.c112 * xfs_verify_agbno returns false for static fs metadata. in xchk_rmapbt_rec()
124 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()
H A 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()
H A 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()
H A 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()
H A 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-6.6/fs/xfs/scrub/
H A Dagheader.c560 if (!xfs_verify_agbno(pag, agbno)) in xchk_agf()
564 if (!xfs_verify_agbno(pag, agbno)) in xchk_agf()
577 if (!xfs_verify_agbno(pag, agbno)) in xchk_agf()
587 if (!xfs_verify_agbno(pag, agbno)) in xchk_agf()
662 if (xfs_verify_agbno(sc->sa.pag, agbno) && in xchk_agfl_block()
903 if (!xfs_verify_agbno(pag, agbno)) in xchk_agi()
912 if (!xfs_verify_agbno(pag, agbno)) in xchk_agi()
H A Dreap.c228 if (!xfs_verify_agbno(pag, agbno) || in xreap_agextent_binval()
229 !xfs_verify_agbno(pag, agbno_next - 1)) in xreap_agextent_binval()
H A Dagheader_repair.c114 if (!xfs_verify_agbno(sc->sa.pag, agbno)) in xrep_agf_check_agfl_block()
138 return xfs_verify_agbno(sc->sa.pag, fab->root) && in xrep_check_btree_root()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_ag.h162 xfs_verify_agbno(struct xfs_perag *pag, xfs_agblock_t agbno) in xfs_verify_agbno() function
180 if (!xfs_verify_agbno(pag, agbno)) in xfs_verify_agbext()
183 return xfs_verify_agbno(pag, agbno + len - 1); in xfs_verify_agbext()
H A Dxfs_btree.c112 if (!xfs_verify_agbno(pag, sibling)) in xfs_btree_check_sblock_siblings()
288 return xfs_verify_agbno(cur->bc_ag.pag, agbno); in xfs_btree_check_sptr()
H A Dxfs_alloc.c2855 if (XFS_IS_CORRUPT(tp->t_mountp, !xfs_verify_agbno(pag, bno))) in xfs_alloc_get_freelist()

Completed in 33 milliseconds