Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_ag.h164 xfs_verify_agbno(struct xfs_perag *pag, xfs_agblock_t agbno) in xfs_verify_agbno() function
182 if (!xfs_verify_agbno(pag, agbno)) in xfs_verify_agbext()
185 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()
/openbmc/linux/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()