Home
last modified time | relevance | path

Searched defs:sectors_per_stripe (Results 1 – 2 of 2) sorted by relevance

/reactos/drivers/filesystems/btrfs/
H A Dscrub.c1708 ULONG sectors_per_stripe = (ULONG)(c->chunk_item->stripe_length >> Vcb->sector_shift), off; in scrub_raid5_stripe() local
1897 ULONG sectors_per_stripe = (ULONG)(c->chunk_item->stripe_length >> Vcb->sector_shift), off; in scrub_raid6_stripe() local
H A Dread.c53 uint16_t firstoff, startoffstripe, sectors_per_stripe; member