Searched refs:ino_cur (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-6.6/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 | scrub.h | 56 struct xfs_btree_cur *ino_cur; member
|
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 | 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()
|
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | ialloc.c | 67 pcur = &sc->sa.ino_cur; in xchk_iallocbt_chunk_xref_other() 520 if (!sc->sa.ino_cur || !sc->sa.rmap_cur || in xchk_iallocbt_xref_rmap_btreeblks() 526 error = xfs_btree_count_blocks(sc->sa.ino_cur, &inobt_blocks); in xchk_iallocbt_xref_rmap_btreeblks() 541 xchk_btree_set_corrupt(sc, sc->sa.ino_cur, 0); in xchk_iallocbt_xref_rmap_btreeblks() 585 cur = which == XFS_BTNUM_INO ? sc->sa.ino_cur : sc->sa.fino_cur; in xchk_iallocbt() 649 xchk_xref_inode_check(sc, agbno, len, &sc->sa.ino_cur, false); in xchk_xref_is_not_inode_chunk() 660 xchk_xref_inode_check(sc, agbno, len, &sc->sa.ino_cur, true); in xchk_xref_is_inode_chunk()
|
H A D | common.c | 439 if (sa->ino_cur) in xchk_ag_btcur_free() 440 xfs_btree_del_cursor(sa->ino_cur, XFS_BTREE_ERROR); in xchk_ag_btcur_free() 449 sa->ino_cur = NULL; in xchk_ag_btcur_free() 485 sa->ino_cur = xfs_inobt_init_cursor(mp, sc->tp, sa->agi_bp, in xchk_ag_btcur_init() 487 if (!sa->ino_cur) in xchk_ag_btcur_init()
|
H A D | agheader.c | 773 if (!sc->sa.ino_cur) in xchk_agi_xref_icounts() 776 error = xfs_ialloc_count_inodes(sc->sa.ino_cur, &icount, &freecount); in xchk_agi_xref_icounts() 777 if (!xchk_should_check_xref(sc, &error, &sc->sa.ino_cur)) in xchk_agi_xref_icounts() 796 if (sc->sa.ino_cur) { in xchk_agi_xref_fiblocks() 797 error = xfs_btree_count_blocks(sc->sa.ino_cur, &blocks); in xchk_agi_xref_fiblocks() 798 if (!xchk_should_check_xref(sc, &error, &sc->sa.ino_cur)) in xchk_agi_xref_fiblocks()
|
H A D | scrub.h | 50 struct xfs_btree_cur *ino_cur; member
|
Completed in 16 milliseconds