Lines Matching refs:first_sector
771 sector_t first_sector; member
5804 if (dev->sector < ctx->first_sector || in add_all_stripe_bios()
5829 if (dev->sector < ctx->first_sector || in add_all_stripe_bios()
5834 clear_bit((dev->sector - ctx->first_sector) >> in add_all_stripe_bios()
6109 ctx.first_sector = logical_sector; in raid5_make_request()
6144 s = (logical_sector - ctx.first_sector) >> RAID5_STRIPE_SHIFT(conf); in raid5_make_request()
6178 logical_sector = ctx.first_sector + in raid5_make_request()
6214 sector_t first_sector, last_sector; in reshape_request() local
6409 first_sector = in reshape_request()
6418 while (first_sector <= last_sector) { in reshape_request()
6419 sh = raid5_get_active_stripe(conf, NULL, first_sector, in reshape_request()
6424 first_sector += RAID5_STRIPE_SECTORS(conf); in reshape_request()