Lines Matching refs:first_sector
771 sector_t first_sector;
5812 if (dev->sector < ctx->first_sector ||
5837 if (dev->sector < ctx->first_sector ||
5842 clear_bit((dev->sector - ctx->first_sector) >>
6117 ctx.first_sector = logical_sector;
6153 s = (logical_sector - ctx.first_sector) >> RAID5_STRIPE_SHIFT(conf);
6187 logical_sector = ctx.first_sector +
6223 sector_t first_sector, last_sector;
6418 first_sector =
6427 while (first_sector <= last_sector) {
6428 sh = raid5_get_active_stripe(conf, NULL, first_sector,
6433 first_sector += RAID5_STRIPE_SECTORS(conf);