Searched refs:xchk_btree_set_corrupt (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.6/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() 252 xchk_btree_set_corrupt(bs->sc, bs->cur, level); in xchk_btree_ptr_ok() 288 xchk_btree_set_corrupt(bs->sc, cur, level); in xchk_btree_block_check_sibling() 301 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 | 115 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_allocbt_mergeable() 131 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 | 429 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_refcountbt_check_mergeable() 445 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_refcountbt_rec() 455 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_refcountbt_rec()
|
D | rmap.c | 214 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_rmapbt_check_overlapping() 265 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_rmapbt_check_mergeable() 352 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_rmapbt_rec()
|