Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Draid1.c607 if (READ_ONCE(info->next_seq_sect) != this_sector) in update_read_sectors()
609 WRITE_ONCE(info->next_seq_sect, this_sector + len); in update_read_sectors()
738 return READ_ONCE(conf->mirrors[disk].next_seq_sect) == r1_bio->sector || in is_sequential()
749 sector_t seq_start, next_seq_sect; in should_choose_next() local
757 next_seq_sect = READ_ONCE(mirror->next_seq_sect); in should_choose_next()
759 next_seq_sect > opt_iosize && in should_choose_next()
760 next_seq_sect - opt_iosize >= seq_start; in should_choose_next()