Searched refs:xchk_btree_set_corrupt (Results 1 – 6 of 6) sorted by relevance
/fs/xfs/scrub/ |
D | btree.c | 101 xchk_btree_set_corrupt( in xchk_btree_set_corrupt() function 144 xchk_btree_set_corrupt(bs->sc, cur, 0); in xchk_btree_rec() 156 xchk_btree_set_corrupt(bs->sc, cur, 1); in xchk_btree_rec() 165 xchk_btree_set_corrupt(bs->sc, cur, 1); in xchk_btree_rec() 192 xchk_btree_set_corrupt(bs->sc, cur, level); in xchk_btree_key() 203 xchk_btree_set_corrupt(bs->sc, cur, level); in xchk_btree_key() 212 xchk_btree_set_corrupt(bs->sc, cur, level); in xchk_btree_key() 238 xchk_btree_set_corrupt(bs->sc, bs->cur, level); in xchk_btree_ptr_ok() 274 xchk_btree_set_corrupt(bs->sc, cur, level); in xchk_btree_block_check_sibling() 287 xchk_btree_set_corrupt(bs->sc, cur, level + 1); in xchk_btree_block_check_sibling() [all …]
|
D | ialloc.c | 114 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_iallocbt_chunk() 172 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_iallocbt_check_cluster_ifree() 195 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_iallocbt_check_cluster_ifree() 253 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_iallocbt_check_cluster() 265 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_iallocbt_check_cluster() 291 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_iallocbt_check_cluster() 371 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_iallocbt_rec_alignment() 382 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_iallocbt_rec_alignment() 398 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_iallocbt_rec_alignment() 403 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_iallocbt_rec_alignment() [all …]
|
D | rmap.c | 108 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_rmapbt_rec() 118 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_rmapbt_rec() 127 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_rmapbt_rec() 137 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_rmapbt_rec() 140 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_rmapbt_rec() 143 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_rmapbt_rec() 146 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_rmapbt_rec() 150 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_rmapbt_rec() 155 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_rmapbt_rec()
|
D | refcount.c | 350 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_refcountbt_rec() 359 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_refcountbt_rec() 362 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_refcountbt_rec()
|
D | btree.h | 20 void xchk_btree_set_corrupt(struct xfs_scrub *sc,
|
D | alloc.c | 107 xchk_btree_set_corrupt(bs->sc, bs->cur, 0); in xchk_allocbt_rec()
|