Lines Matching refs:first_sector
771 sector_t first_sector; member
5929 if (dev->sector < ctx->first_sector || in add_all_stripe_bios()
5949 if (dev->sector < ctx->first_sector || in add_all_stripe_bios()
5954 clear_bit((dev->sector - ctx->first_sector) >> in add_all_stripe_bios()
6179 ctx.first_sector = logical_sector; in raid5_make_request()
6211 s = (logical_sector - ctx.first_sector) >> RAID5_STRIPE_SHIFT(conf); in raid5_make_request()
6245 logical_sector = ctx.first_sector + in raid5_make_request()
6275 sector_t first_sector, last_sector; in reshape_request() local
6464 first_sector = in reshape_request()
6473 while (first_sector <= last_sector) { in reshape_request()
6474 sh = raid5_get_active_stripe(conf, NULL, first_sector, in reshape_request()
6479 first_sector += RAID5_STRIPE_SECTORS(conf); in reshape_request()