Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/btrfs/
H A Dscrub.c1683 RTL_BITMAP has_csum; member
1741 } else if (RtlCheckBit(&context->has_csum, off)) { in scrub_raid5_stripe()
1934 } else if (RtlCheckBit(&context->has_csum, off)) { in scrub_raid6_stripe()
2493 RtlInitializeBitMap(&context.has_csum, csumarr, num_sectors); in scrub_chunk_raid56_stripe_run()
2494 RtlClearAllBits(&context.has_csum); in scrub_chunk_raid56_stripe_run()
2581 …RtlSetBits(&context.has_csum, (ULONG)((csum_start - run_start) >> Vcb->sector_shift), (ULONG)((csu… in scrub_chunk_raid56_stripe_run()