Searched refs:ino_cur (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/fs/xfs/scrub/ |
H A D | ialloc.c | 176 struct xfs_btree_cur *cur = sc->sa.ino_cur; in xchk_finobt_xref_inobt() 232 if (!sc->sa.ino_cur || xchk_skip_xref(sc->sm)) in xchk_finobt_chunk_xref_inobt() 246 if (!xchk_should_check_xref(sc, &error, &sc->sa.ino_cur)) in xchk_finobt_chunk_xref_inobt() 660 if (!sc->sa.ino_cur || !sc->sa.rmap_cur || in xchk_iallocbt_xref_rmap_btreeblks() 666 error = xfs_btree_count_blocks(sc->sa.ino_cur, &inobt_blocks); in xchk_iallocbt_xref_rmap_btreeblks() 681 xchk_btree_set_corrupt(sc, sc->sa.ino_cur, 0); in xchk_iallocbt_xref_rmap_btreeblks() 725 cur = which == XFS_BTNUM_INO ? sc->sa.ino_cur : sc->sa.fino_cur; in xchk_iallocbt() 789 xchk_xref_inode_check(sc, agbno, len, &sc->sa.ino_cur, in xchk_xref_is_not_inode_chunk() 802 xchk_xref_inode_check(sc, agbno, len, &sc->sa.ino_cur, in xchk_xref_is_inode_chunk()
|
H A D | agheader.c | 802 if (!sc->sa.ino_cur) in xchk_agi_xref_icounts() 805 error = xfs_ialloc_count_inodes(sc->sa.ino_cur, &icount, &freecount); in xchk_agi_xref_icounts() 806 if (!xchk_should_check_xref(sc, &error, &sc->sa.ino_cur)) in xchk_agi_xref_icounts() 825 if (sc->sa.ino_cur) { in xchk_agi_xref_fiblocks() 826 error = xfs_btree_count_blocks(sc->sa.ino_cur, &blocks); in xchk_agi_xref_fiblocks() 827 if (!xchk_should_check_xref(sc, &error, &sc->sa.ino_cur)) in xchk_agi_xref_fiblocks()
|
H A D | common.c | 534 if (sa->ino_cur) in xchk_ag_btcur_free() 535 xfs_btree_del_cursor(sa->ino_cur, XFS_BTREE_ERROR); in xchk_ag_btcur_free() 544 sa->ino_cur = NULL; in xchk_ag_btcur_free() 574 sa->ino_cur = xfs_inobt_init_cursor(sa->pag, sc->tp, sa->agi_bp, in xchk_ag_btcur_init()
|
H A D | scrub.h | 63 struct xfs_btree_cur *ino_cur; member
|
H A D | rmap.c | 447 cur = sc->sa.ino_cur; in xchk_rmapbt_walk_ag_metadata() 452 if (cur != sc->sa.ino_cur) in xchk_rmapbt_walk_ag_metadata()
|