Searched refs:xchk_btree_process_error (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/xfs/scrub/ |
H A D | btree.h | 12 bool xchk_btree_process_error(struct xfs_scrub *sc,
|
H A D | btree.c | 62 xchk_btree_process_error( in xchk_btree_process_error() function 274 if (!xchk_btree_process_error(bs->sc, cur, level + 1, &error) || in xchk_btree_block_check_sibling() 298 if (!xchk_btree_process_error(bs->sc, cur, level + 1, &error)) in xchk_btree_block_check_sibling() 600 if (!xchk_btree_process_error(bs->sc, bs->cur, level, &error) || in xchk_btree_get_block()
|
H A D | refcount.c | 490 if (!xchk_btree_process_error(sc, sc->sa.refc_cur, 0, &error)) in xchk_refcount_xref_rmap()
|