Searched refs:xchk_btree_set_corrupt (Results 1 – 6 of 6) sorted by relevance
/linux/fs/xfs/scrub/ |
H A D | btree.c | 103 xchk_btree_set_corrupt( in xchk_btree_set_corrupt() function 157 xchk_btree_set_corrupt(bs->sc, cur, 0); in xchk_btree_rec() 169 xchk_btree_set_corrupt(bs->sc, cur, 1); in xchk_btree_rec() 178 xchk_btree_set_corrupt(bs->sc, cur, 1); in xchk_btree_rec() 205 xchk_btree_set_corrupt(bs->sc, cur, level); in xchk_btree_key() 216 xchk_btree_set_corrupt(bs->sc, cur, level); in xchk_btree_key() 226 xchk_btree_set_corrupt(bs->sc, cur, level); in xchk_btree_key() 246 xchk_btree_set_corrupt(bs->sc, bs->cur, level); in xchk_btree_ptr_ok() 284 xchk_btree_set_corrupt(bs->sc, cur, level); in xchk_btree_block_check_sibling() 297 xchk_btree_set_corrupt(bs->sc, cur, level + 1); in xchk_btree_block_check_sibling() [all …]
|
H A D | ialloc.c | 269 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_iallocbt_chunk() 326 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_iallocbt_check_cluster_ifree() 348 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_iallocbt_check_cluster_ifree() 404 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_iallocbt_check_cluster() 416 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_iallocbt_check_cluster() 441 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_iallocbt_check_cluster() 521 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_iallocbt_rec_alignment() 532 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_iallocbt_rec_alignment() 548 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_iallocbt_rec_alignment() 553 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_iallocbt_rec_alignment() [all …]
|
H A D | rtrefcount.c | 404 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_rtrefcountbt_check_mergeable() 470 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_rtrefcountbt_rec() 477 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_rtrefcountbt_rec() 480 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_rtrefcountbt_rec() 488 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_rtrefcountbt_rec()
|
H A D | rtrmap.c | 117 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_rtrmapbt_check_overlapping() 163 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_rtrmapbt_check_mergeable() 229 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_rtrmapbt_rec()
|
H A D | btree.h | 20 void xchk_btree_set_corrupt(struct xfs_scrub *sc,
|
H A D | refcount.c | 441 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_refcountbt_check_mergeable() 458 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_refcountbt_rec() 468 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_refcountbt_rec()
|