Lines Matching refs:r1conf
46 static void allow_barrier(struct r1conf *conf, sector_t sector_nr);
47 static void lower_barrier(struct r1conf *conf, sector_t sector_nr);
237 static void put_all_bios(struct r1conf *conf, struct r1bio *r1_bio)
251 struct r1conf *conf = r1_bio->mddev->private;
259 struct r1conf *conf = r1_bio->mddev->private;
278 struct r1conf *conf = mddev->private;
309 struct r1conf *conf = r1_bio->mddev->private;
334 struct r1conf *conf = r1_bio->mddev->private;
346 struct r1conf *conf = r1_bio->mddev->private;
363 struct r1conf *conf = r1_bio->mddev->private;
446 struct r1conf *conf = r1_bio->mddev->private;
594 static int read_balance(struct r1conf *conf, struct r1bio *r1_bio, int *max_sectors)
789 static void flush_bio_list(struct r1conf *conf, struct bio *bio)
813 static void flush_pending_writes(struct r1conf *conf)
869 static int raise_barrier(struct r1conf *conf, sector_t sector_nr)
919 static void lower_barrier(struct r1conf *conf, sector_t sector_nr)
930 static void _wait_barrier(struct r1conf *conf, int idx)
989 static void wait_read_barrier(struct r1conf *conf, sector_t sector_nr)
1022 static void wait_barrier(struct r1conf *conf, sector_t sector_nr)
1029 static void _allow_barrier(struct r1conf *conf, int idx)
1035 static void allow_barrier(struct r1conf *conf, sector_t sector_nr)
1043 static int get_unqueued_pending(struct r1conf *conf)
1055 static void freeze_array(struct r1conf *conf, int extra)
1090 static void unfreeze_array(struct r1conf *conf)
1158 struct r1conf *conf = mddev->private;
1190 struct r1conf *conf = mddev->private;
1203 struct r1conf *conf = mddev->private;
1317 struct r1conf *conf = mddev->private;
1579 struct r1conf *conf = mddev->private;
1597 struct r1conf *conf = mddev->private;
1636 static void print_conf(struct r1conf *conf)
1661 static void close_sync(struct r1conf *conf)
1676 struct r1conf *conf = mddev->private;
1727 struct r1conf *conf = mddev->private;
1791 struct r1conf *conf = mddev->private;
1915 struct r1conf *conf = mddev->private;
1972 struct r1conf *conf = mddev->private;
2100 struct r1conf *conf = mddev->private;
2179 struct r1conf *conf = mddev->private;
2230 static void fix_read_error(struct r1conf *conf, int read_disk,
2329 struct r1conf *conf = mddev->private;
2396 static void handle_sync_write_finished(struct r1conf *conf, struct r1bio *r1_bio)
2419 static void handle_write_finished(struct r1conf *conf, struct r1bio *r1_bio)
2465 static void handle_read_error(struct r1conf *conf, struct r1bio *r1_bio)
2512 struct r1conf *conf = mddev->private;
2579 static int init_resync(struct r1conf *conf)
2590 static struct r1bio *raid1_alloc_init_r1buf(struct r1conf *conf)
2620 struct r1conf *conf = mddev->private;
2924 static struct r1conf *setup_conf(struct mddev *mddev)
2926 struct r1conf *conf;
2932 conf = kzalloc(sizeof(struct r1conf), GFP_KERNEL);
3066 struct r1conf *conf;
3169 struct r1conf *conf = priv;
3228 struct r1conf *conf = mddev->private;
3324 struct r1conf *conf = mddev->private;
3338 struct r1conf *conf;