Home
last modified time | relevance | path

Searched refs:ino_cur (Results 1 – 6 of 6) sorted by relevance

/linux/fs/xfs/scrub/
H A Dialloc.c178 struct xfs_btree_cur *cur = sc->sa.ino_cur; in xchk_finobt_xref_inobt()
236 if (!sc->sa.ino_cur || xchk_skip_xref(sc->sm)) in xchk_finobt_chunk_xref_inobt()
250 if (!xchk_should_check_xref(sc, &error, &sc->sa.ino_cur)) in xchk_finobt_chunk_xref_inobt()
662 if (!sc->sa.ino_cur || !sc->sa.rmap_cur || in xchk_iallocbt_xref_rmap_btreeblks()
668 error = xfs_btree_count_blocks(sc->sa.ino_cur, &inobt_blocks); in xchk_iallocbt_xref_rmap_btreeblks()
683 xchk_btree_set_corrupt(sc, sc->sa.ino_cur, 0); in xchk_iallocbt_xref_rmap_btreeblks()
727 cur = sc->sa.ino_cur; in xchk_iallocbt()
785 xchk_xref_inode_check(sc, agbno, len, &sc->sa.ino_cur, in xchk_xref_is_not_inode_chunk()
798 xchk_xref_inode_check(sc, agbno, len, &sc->sa.ino_cur, in xchk_xref_is_inode_chunk()
H A Dagheader.c878 if (!sc->sa.ino_cur) in xchk_agi_xref_icounts()
881 error = xfs_ialloc_count_inodes(sc->sa.ino_cur, &icount, &freecount); in xchk_agi_xref_icounts()
882 if (!xchk_should_check_xref(sc, &error, &sc->sa.ino_cur)) in xchk_agi_xref_icounts()
901 if (sc->sa.ino_cur) { in xchk_agi_xref_fiblocks()
902 error = xfs_btree_count_blocks(sc->sa.ino_cur, &blocks); in xchk_agi_xref_fiblocks()
903 if (!xchk_should_check_xref(sc, &error, &sc->sa.ino_cur)) in xchk_agi_xref_fiblocks()
H A Drmap.c457 cur = sc->sa.ino_cur; in xchk_rmapbt_walk_ag_metadata()
461 if (cur != sc->sa.ino_cur) in xchk_rmapbt_walk_ag_metadata()
H A Dscrub.h116 struct xfs_btree_cur *ino_cur; member
H A Drefcount_repair.c150 error = xfs_ialloc_has_inodes_at_extent(sc->sa.ino_cur, in xrep_refc_check_ext()
H A Dalloc_repair.c160 error = xfs_ialloc_has_inodes_at_extent(sc->sa.ino_cur, in xrep_abt_check_free_ext()