Searched refs:xchk_btree_set_corrupt (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/fs/xfs/scrub/ |
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 …]
|
D | ialloc.c | 269 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_iallocbt_chunk() 327 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_iallocbt_check_cluster_ifree() 349 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_iallocbt_check_cluster_ifree() 406 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_iallocbt_check_cluster() 418 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_iallocbt_check_cluster() 443 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_iallocbt_check_cluster() 523 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_iallocbt_rec_alignment() 534 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_iallocbt_rec_alignment() 550 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_iallocbt_rec_alignment() 555 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_iallocbt_rec_alignment() [all …]
|
D | alloc.c | 127 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_allocbt_mergeable() 143 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_allocbt_rec()
|
D | btree.h | 20 void xchk_btree_set_corrupt(struct xfs_scrub *sc,
|
D | refcount.c | 441 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_refcountbt_check_mergeable() 457 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_refcountbt_rec() 467 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_refcountbt_rec()
|
D | rmap.c | 224 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_rmapbt_check_overlapping() 275 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_rmapbt_check_mergeable() 362 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_rmapbt_rec()
|