Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Drefcount.c352 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 Drtrefcount.c365 xfs_extlen_t cow_blocks; member
483 rrc->cow_blocks += irec.rc_blockcount; in xchk_rtrefcountbt_rec()
549 xfs_extlen_t cow_blocks) in xchk_rtrefcount_xref_rmap() argument
583 if (blocks != cow_blocks) in xchk_rtrefcount_xref_rmap()
594 .cow_blocks = 0, in xchk_rtrefcountbt()
617 xchk_rtrefcount_xref_rmap(sc, &btree_oinfo, rrc.cow_blocks); in xchk_rtrefcountbt()