Lines Matching refs:first_sector
771 sector_t first_sector; member
5861 if (dev->sector < ctx->first_sector || in add_all_stripe_bios()
5886 if (dev->sector < ctx->first_sector || in add_all_stripe_bios()
5891 clear_bit((dev->sector - ctx->first_sector) >> in add_all_stripe_bios()
6118 ctx.first_sector = logical_sector; in raid5_make_request()
6154 s = (logical_sector - ctx.first_sector) >> RAID5_STRIPE_SHIFT(conf); in raid5_make_request()
6188 logical_sector = ctx.first_sector + in raid5_make_request()
6224 sector_t first_sector, last_sector; in reshape_request() local
6419 first_sector = in reshape_request()
6428 while (first_sector <= last_sector) { in reshape_request()
6429 sh = raid5_get_active_stripe(conf, NULL, first_sector, in reshape_request()
6434 first_sector += RAID5_STRIPE_SECTORS(conf); in reshape_request()