Searched refs:cow_blocks (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | refcount.c | 352 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()
|
| H A D | rtrefcount.c | 364 xfs_extlen_t cow_blocks; member 482 rrc->cow_blocks += irec.rc_blockcount; in xchk_rtrefcountbt_rec() 512 xfs_extlen_t cow_blocks) in xchk_refcount_xref_rmap() argument 537 if (blocks != cow_blocks) in xchk_refcount_xref_rmap() 548 .cow_blocks = 0, in xchk_rtrefcountbt() 571 xchk_refcount_xref_rmap(sc, &btree_oinfo, rrc.cow_blocks); in xchk_rtrefcountbt()
|
| H A D | rtrmap_repair.c | 486 struct xrgb_bitmap cow_blocks; /* COWBIT */ in xrep_rtrmap_find_refcount_rmaps() local 501 xrgb_bitmap_init(&cow_blocks); in xrep_rtrmap_find_refcount_rmaps() 505 xrep_rtrmap_walk_cowblocks, &cow_blocks); in xrep_rtrmap_find_refcount_rmaps() 510 error = xrep_rtrmap_stash_bitmap(rr, &cow_blocks, &XFS_RMAP_OINFO_COW); in xrep_rtrmap_find_refcount_rmaps() 515 xrgb_bitmap_destroy(&cow_blocks); in xrep_rtrmap_find_refcount_rmaps()
|
| H A D | rmap_repair.c | 808 struct xagb_bitmap cow_blocks; /* COWBIT */ in xrep_rmap_find_refcount_rmaps() local 824 xagb_bitmap_init(&cow_blocks); in xrep_rmap_find_refcount_rmaps() 833 xrep_rmap_walk_cowblocks, &cow_blocks); in xrep_rmap_find_refcount_rmaps() 838 error = xrep_rmap_stash_bitmap(rr, &cow_blocks, &XFS_RMAP_OINFO_COW); in xrep_rmap_find_refcount_rmaps() 845 xagb_bitmap_destroy(&cow_blocks); in xrep_rmap_find_refcount_rmaps()
|