next_seq_sect     697 drivers/md/raid1.c 		if (conf->mirrors[disk].next_seq_sect == this_sector
next_seq_sect     718 drivers/md/raid1.c 			    mirror->next_seq_sect > opt_iosize &&
next_seq_sect     719 drivers/md/raid1.c 			    mirror->next_seq_sect - opt_iosize >=
next_seq_sect     761 drivers/md/raid1.c 		if (conf->mirrors[best_disk].next_seq_sect != this_sector)
next_seq_sect     764 drivers/md/raid1.c 		conf->mirrors[best_disk].next_seq_sect = this_sector + sectors;
next_seq_sect      48 drivers/md/raid1.h 	sector_t	next_seq_sect;