Lines Matching refs:first_sector
771 sector_t first_sector; member
5935 if (dev->sector < ctx->first_sector || in add_all_stripe_bios()
5955 if (dev->sector < ctx->first_sector || in add_all_stripe_bios()
5960 clear_bit((dev->sector - ctx->first_sector) >> in add_all_stripe_bios()
6130 ctx.first_sector = logical_sector; in raid5_make_request()
6185 logical_sector = ctx.first_sector + in raid5_make_request()
6215 sector_t first_sector, last_sector; in reshape_request() local
6404 first_sector = in reshape_request()
6413 while (first_sector <= last_sector) { in reshape_request()
6414 sh = raid5_get_active_stripe(conf, NULL, first_sector, in reshape_request()
6419 first_sector += RAID5_STRIPE_SECTORS(conf); in reshape_request()