Searched refs:xchk_btree_xref_set_corrupt (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/fs/xfs/scrub/ | 
| D | refcount.c | 111 		xchk_btree_xref_set_corrupt(refchk->sc, cur, 0);  in xchk_refcountbt_rmap_check() 306 		xchk_btree_xref_set_corrupt(sc, sc->sa.rmap_cur, 0);  in xchk_refcountbt_xref_rmap() 393 		xchk_btree_xref_set_corrupt(sc, sc->sa.rmap_cur, 0);  in xchk_refcount_xref_rmap() 401 		xchk_btree_xref_set_corrupt(sc, sc->sa.rmap_cur, 0);  in xchk_refcount_xref_rmap() 443 		xchk_btree_xref_set_corrupt(sc, sc->sa.refc_cur, 0);  in xchk_xref_is_cow_staging() 451 		xchk_btree_xref_set_corrupt(sc, sc->sa.refc_cur, 0);  in xchk_xref_is_cow_staging() 458 		xchk_btree_xref_set_corrupt(sc, sc->sa.refc_cur, 0);  in xchk_xref_is_cow_staging() 462 		xchk_btree_xref_set_corrupt(sc, sc->sa.refc_cur, 0);  in xchk_xref_is_cow_staging() 485 		xchk_btree_xref_set_corrupt(sc, sc->sa.refc_cur, 0);  in xchk_xref_is_not_shared()
  | 
| D | alloc.c | 58 		xchk_btree_xref_set_corrupt(sc, *pcur, 0);  in xchk_allocbt_xref_other() 66 		xchk_btree_xref_set_corrupt(sc, *pcur, 0);  in xchk_allocbt_xref_other() 71 		xchk_btree_xref_set_corrupt(sc, *pcur, 0);  in xchk_allocbt_xref_other() 157 		xchk_btree_xref_set_corrupt(sc, sc->sa.bno_cur, 0);  in xchk_xref_is_used_space()
  | 
| D | rmap.c | 60 		xchk_btree_xref_set_corrupt(sc, sc->sa.refc_cur, 0);  in xchk_rmapbt_xref_refc() 192 		xchk_btree_xref_set_corrupt(sc, sc->sa.rmap_cur, 0);  in xchk_xref_check_owner() 234 		xchk_btree_xref_set_corrupt(sc, sc->sa.rmap_cur, 0);  in xchk_xref_has_no_owner()
  | 
| D | btree.h | 24 void xchk_btree_xref_set_corrupt(struct xfs_scrub *sc,
  | 
| D | ialloc.c | 77 		xchk_btree_xref_set_corrupt(sc, *pcur, 0);  in xchk_iallocbt_chunk_xref_other() 569 		xchk_btree_xref_set_corrupt(sc, sc->sa.rmap_cur, 0);  in xchk_iallocbt_xref_rmap_inodes() 640 		xchk_btree_xref_set_corrupt(sc, *icur, 0);  in xchk_xref_inode_check()
  | 
| D | inode.c | 458 		xchk_btree_xref_set_corrupt(sc, sc->sa.fino_cur, 0);  in xchk_inode_xref_finobt()
  | 
| D | btree.c | 111 xchk_btree_xref_set_corrupt(  in xchk_btree_xref_set_corrupt()  function
  |