Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/scrub/
Dialloc.c67 pcur = &sc->sa.ino_cur; in xchk_iallocbt_chunk_xref_other()
519 if (!sc->sa.ino_cur || !sc->sa.rmap_cur || in xchk_iallocbt_xref_rmap_btreeblks()
525 error = xfs_btree_count_blocks(sc->sa.ino_cur, &inobt_blocks); in xchk_iallocbt_xref_rmap_btreeblks()
540 xchk_btree_set_corrupt(sc, sc->sa.ino_cur, 0); in xchk_iallocbt_xref_rmap_btreeblks()
584 cur = which == XFS_BTNUM_INO ? sc->sa.ino_cur : sc->sa.fino_cur; in xchk_iallocbt()
648 xchk_xref_inode_check(sc, agbno, len, &sc->sa.ino_cur, false); in xchk_xref_is_not_inode_chunk()
659 xchk_xref_inode_check(sc, agbno, len, &sc->sa.ino_cur, true); in xchk_xref_is_inode_chunk()
Dcommon.c443 if (sa->ino_cur) in xchk_ag_btcur_free()
444 xfs_btree_del_cursor(sa->ino_cur, XFS_BTREE_ERROR); in xchk_ag_btcur_free()
453 sa->ino_cur = NULL; in xchk_ag_btcur_free()
483 sa->ino_cur = xfs_inobt_init_cursor(mp, sc->tp, sa->agi_bp, in xchk_ag_btcur_init()
Dagheader.c780 if (!sc->sa.ino_cur) in xchk_agi_xref_icounts()
783 error = xfs_ialloc_count_inodes(sc->sa.ino_cur, &icount, &freecount); in xchk_agi_xref_icounts()
784 if (!xchk_should_check_xref(sc, &error, &sc->sa.ino_cur)) in xchk_agi_xref_icounts()
803 if (sc->sa.ino_cur) { in xchk_agi_xref_fiblocks()
804 error = xfs_btree_count_blocks(sc->sa.ino_cur, &blocks); in xchk_agi_xref_fiblocks()
805 if (!xchk_should_check_xref(sc, &error, &sc->sa.ino_cur)) in xchk_agi_xref_fiblocks()
Dscrub.h48 struct xfs_btree_cur *ino_cur; member