Searched refs:stripe_addr (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/md/
H A Draid5.c6210 sector_t stripe_addr; local
6273 * to set 'stripe_addr' which is where we will write to.
6277 stripe_addr = writepos;
6280 - reshape_sectors - stripe_addr
6284 stripe_addr = sector_nr;
6352 sh = raid5_get_active_stripe(conf, NULL, stripe_addr+i,
6393 raid5_compute_sector(conf, stripe_addr*(new_data_disks),
6396 raid5_compute_sector(conf, ((stripe_addr+reshape_sectors)

Completed in 344 milliseconds