Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/scrub/
Drefcount.c353 xfs_agblock_t cow_blocks; member
462 rrc->cow_blocks += irec.rc_blockcount; in xchk_refcountbt_rec()
491 xfs_filblks_t cow_blocks) in xchk_refcount_xref_rmap() argument
516 if (blocks != cow_blocks) in xchk_refcount_xref_rmap()
526 .cow_blocks = 0, in xchk_refcountbt()
543 xchk_refcount_xref_rmap(sc, rrc.cow_blocks); in xchk_refcountbt()
Drmap_repair.c742 struct xagb_bitmap cow_blocks; /* COWBIT */ in xrep_rmap_find_refcount_rmaps() local
758 xagb_bitmap_init(&cow_blocks); in xrep_rmap_find_refcount_rmaps()
767 xrep_rmap_walk_cowblocks, &cow_blocks); in xrep_rmap_find_refcount_rmaps()
772 error = xrep_rmap_stash_bitmap(rr, &cow_blocks, &XFS_RMAP_OINFO_COW); in xrep_rmap_find_refcount_rmaps()
779 xagb_bitmap_destroy(&cow_blocks); in xrep_rmap_find_refcount_rmaps()