Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/scrub/
H A Drmap_repair.c810 struct xagb_bitmap refcountbt_blocks; /* REFCBIT */ in xrep_rmap_find_refcount_rmaps() local
826 xagb_bitmap_init(&refcountbt_blocks); in xrep_rmap_find_refcount_rmaps()
830 error = xagb_bitmap_set_btblocks(&refcountbt_blocks, sc->sa.refc_cur); in xrep_rmap_find_refcount_rmaps()
844 error = xrep_rmap_stash_bitmap(rr, &refcountbt_blocks, in xrep_rmap_find_refcount_rmaps()
849 xagb_bitmap_destroy(&refcountbt_blocks); in xrep_rmap_find_refcount_rmaps()