Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/scrub/
H A Drefcount.c353 xfs_agblock_t cow_blocks; member
463 rrc->cow_blocks += irec.rc_blockcount; in xchk_refcountbt_rec()
492 xfs_filblks_t cow_blocks) in xchk_refcount_xref_rmap() argument
517 if (blocks != cow_blocks) in xchk_refcount_xref_rmap()
527 .cow_blocks = 0, in xchk_refcountbt()
544 xchk_refcount_xref_rmap(sc, rrc.cow_blocks); in xchk_refcountbt()
H A Drtrefcount.c365 xfs_extlen_t cow_blocks; member
483 rrc->cow_blocks += irec.rc_blockcount; in xchk_rtrefcountbt_rec()
513 xfs_extlen_t cow_blocks) in xchk_refcount_xref_rmap() argument
538 if (blocks != cow_blocks) in xchk_refcount_xref_rmap()
549 .cow_blocks = 0, in xchk_rtrefcountbt()
572 xchk_refcount_xref_rmap(sc, &btree_oinfo, rrc.cow_blocks); in xchk_rtrefcountbt()
H A Drtrmap_repair.c489 struct xrgb_bitmap cow_blocks; /* COWBIT */ in xrep_rtrmap_find_refcount_rmaps() local
504 xrgb_bitmap_init(&cow_blocks); in xrep_rtrmap_find_refcount_rmaps()
508 xrep_rtrmap_walk_cowblocks, &cow_blocks); in xrep_rtrmap_find_refcount_rmaps()
513 error = xrep_rtrmap_stash_bitmap(rr, &cow_blocks, &XFS_RMAP_OINFO_COW); in xrep_rtrmap_find_refcount_rmaps()
518 xrgb_bitmap_destroy(&cow_blocks); in xrep_rtrmap_find_refcount_rmaps()
H A Drmap_repair.c811 struct xagb_bitmap cow_blocks; /* COWBIT */ in xrep_rmap_find_refcount_rmaps() local
827 xagb_bitmap_init(&cow_blocks); in xrep_rmap_find_refcount_rmaps()
836 xrep_rmap_walk_cowblocks, &cow_blocks); in xrep_rmap_find_refcount_rmaps()
841 error = xrep_rmap_stash_bitmap(rr, &cow_blocks, &XFS_RMAP_OINFO_COW); in xrep_rmap_find_refcount_rmaps()
848 xagb_bitmap_destroy(&cow_blocks); in xrep_rmap_find_refcount_rmaps()