Home
last modified time | relevance | path

Searched refs:next_resync (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/md/
Draid1.h42 sector_t next_resync; member
Draid10.h71 sector_t next_resync; member
Draid1.c805 conf->next_resync = sector_nr; in raise_barrier()
821 conf->next_resync + RESYNC_SECTORS), in raise_barrier()
848 (conf->next_resync + NEXT_NORMALIO_DISTANCE in need_to_wait_for_sync()
878 conf->next_resync + RESYNC_SECTORS) && in wait_barrier()
886 if (bio->bi_iter.bi_sector >= conf->next_resync) { in wait_barrier()
889 conf->next_resync + in wait_barrier()
1520 conf->next_resync = MaxSector - 2 * NEXT_NORMALIO_DISTANCE; in close_sync()
2464 conf->next_resync = 0; in init_resync()
Draid10.c724 && (this_sector + sectors >= conf->next_resync)) in read_balance()
2772 conf->next_resync = 0; in init_resync()
3175 conf->next_resync = sector_nr; in sync_request()