Searched refs:ino_cur (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | ialloc_repair.c | 628 struct xfs_btree_cur *ino_cur; in xrep_ibt_build_new_trees() 657 ino_cur = xfs_inobt_init_cursor(sc->sa.pag, NULL, NULL); in xrep_ibt_build_new_trees() 658 xfs_btree_stage_afakeroot(ino_cur, &ri->new_inobt.afake); in xrep_ibt_build_new_trees() 659 error = xfs_btree_bload_compute_geometry(ino_cur, &ri->new_inobt.bload, in xrep_ibt_build_new_trees() 704 error = xfs_btree_bload(ino_cur, &ri->new_inobt.bload, ri); in xrep_ibt_build_new_trees() 720 xfs_inobt_commit_staged_btree(ino_cur, sc->tp, sc->sa.agi_bp); in xrep_ibt_build_new_trees() 721 xfs_btree_del_cursor(ino_cur, 0); in xrep_ibt_build_new_trees() 749 xfs_btree_del_cursor(ino_cur, error); in xrep_ibt_build_new_trees() 631 struct xfs_btree_cur *ino_cur; xrep_ibt_build_new_trees() local
|
| H A D | agheader.c | 869 if (!sc->sa.ino_cur) in xchk_agi_xref_icounts() 872 error = xfs_ialloc_count_inodes(sc->sa.ino_cur, &icount, &freecount); in xchk_agi_xref_icounts() 873 if (!xchk_should_check_xref(sc, &error, &sc->sa.ino_cur)) in xchk_agi_xref_icounts() 892 if (sc->sa.ino_cur) { in xchk_agi_xref_fiblocks() 893 error = xfs_btree_count_blocks(sc->sa.ino_cur, &blocks); in xchk_agi_xref_fiblocks() 894 if (!xchk_should_check_xref(sc, &error, &sc->sa.ino_cur)) in xchk_agi_xref_fiblocks()
|
| H A D | common.c | 602 if (sa->ino_cur) in xchk_ag_btcur_free() 603 xfs_btree_del_cursor(sa->ino_cur, XFS_BTREE_ERROR); in xchk_ag_btcur_free() 612 sa->ino_cur = NULL; in xchk_ag_btcur_free() 657 sa->ino_cur = xfs_inobt_init_cursor(sa->pag, sc->tp, in xchk_ag_btcur_init() 659 xchk_ag_btree_del_cursor_if_sick(sc, &sa->ino_cur, in xchk_ag_btcur_init()
|
| H A D | rmap.c | 457 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 D | scrub.h | 116 struct xfs_btree_cur *ino_cur; member
|
| H A D | refcount_repair.c | 150 error = xfs_ialloc_has_inodes_at_extent(sc->sa.ino_cur, in xrep_refc_check_ext()
|
| H A D | alloc_repair.c | 160 error = xfs_ialloc_has_inodes_at_extent(sc->sa.ino_cur, in xrep_abt_check_free_ext()
|
| H A D | bmap_repair.c | 231 error = xfs_ialloc_has_inodes_at_extent(sc->sa.ino_cur, in xrep_bmap_check_fork_rmap()
|
| H A D | rmap_repair.c | 744 error = xfs_btree_query_all(sc->sa.ino_cur, xrep_rmap_walk_inobt, &ri); in xrep_rmap_find_inode_rmaps()
|