cluster_sync_high 2671 drivers/md/raid1.c conf->cluster_sync_high = 0; cluster_sync_high 2705 drivers/md/raid1.c mddev_is_clustered(mddev) && (sector_nr + 2 * RESYNC_SECTORS > conf->cluster_sync_high)); cluster_sync_high 2895 drivers/md/raid1.c conf->cluster_sync_high < sector_nr + nr_sectors) { cluster_sync_high 2897 drivers/md/raid1.c conf->cluster_sync_high = conf->cluster_sync_low + CLUSTER_RESYNC_WINDOW_SECTORS; cluster_sync_high 2901 drivers/md/raid1.c conf->cluster_sync_high); cluster_sync_high 140 drivers/md/raid1.h sector_t cluster_sync_high; cluster_sync_high 2866 drivers/md/raid10.c conf->cluster_sync_high = conf->cluster_sync_low + window_size; cluster_sync_high 2942 drivers/md/raid10.c conf->cluster_sync_high = 0; cluster_sync_high 3308 drivers/md/raid10.c (sector_nr + 2 * RESYNC_SECTORS > conf->cluster_sync_high)); cluster_sync_high 3445 drivers/md/raid10.c if (conf->cluster_sync_high < sector_nr + nr_sectors) { cluster_sync_high 3451 drivers/md/raid10.c conf->cluster_sync_high); cluster_sync_high 3466 drivers/md/raid10.c if (conf->cluster_sync_high < sect_va1 + nr_sectors) { cluster_sync_high 3484 drivers/md/raid10.c conf->cluster_sync_high); cluster_sync_high 4579 drivers/md/raid10.c if (mddev_is_clustered(mddev) && conf->cluster_sync_high <= sector_nr) { cluster_sync_high 4584 drivers/md/raid10.c conf->cluster_sync_high = sector_nr + CLUSTER_RESYNC_WINDOW_SECTORS; cluster_sync_high 4598 drivers/md/raid10.c conf->cluster_sync_high); cluster_sync_high 110 drivers/md/raid10.h sector_t cluster_sync_high;