Searched refs:xfs_verify_agbno (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | agheader.c | 627 if (!xfs_verify_agbno(pag, agbno)) in xchk_agf() 631 if (!xfs_verify_agbno(pag, agbno)) in xchk_agf() 644 if (!xfs_verify_agbno(pag, agbno)) in xchk_agf() 654 if (!xfs_verify_agbno(pag, agbno)) in xchk_agf() 729 if (xfs_verify_agbno(sc->sa.pag, agbno) && in xchk_agfl_block() 1007 if (!xfs_verify_agbno(pag, agbno)) in xchk_agi() 1016 if (!xfs_verify_agbno(pag, agbno)) in xchk_agi()
|
| H A D | reap.c | 299 if (!xfs_verify_agbno(pag, agbno) || in xreap_agextent_binval() 300 !xfs_verify_agbno(pag, agbno_next - 1)) in xreap_agextent_binval() 1337 if (!xfs_verify_agbno(pag, agbno) || in xreap_bmapi_binval() 1338 !xfs_verify_agbno(pag, agbno_next - 1)) in xreap_bmapi_binval()
|
| H A D | agheader_repair.c | 120 if (!xfs_verify_agbno(sc->sa.pag, agbno)) in xrep_agf_check_agfl_block() 144 return xfs_verify_agbno(sc->sa.pag, fab->root) && in xrep_check_btree_root()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_ag.h | 219 xfs_verify_agbno(struct xfs_perag *pag, xfs_agblock_t agbno) in xfs_verify_agbno() function
|
| H A D | xfs_btree.c | 119 if (!xfs_verify_agbno(pag, sibling)) in xfs_btree_check_agblock_siblings() 340 if (!xfs_verify_agbno(to_perag(cur->bc_group), in __xfs_btree_check_ptr()
|
| H A D | xfs_alloc.c | 3062 if (XFS_IS_CORRUPT(tp->t_mountp, !xfs_verify_agbno(pag, bno))) in xfs_alloc_get_freelist()
|