Searched refs:fullsync (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/md/
H A Draid10.h52 int fullsync; /* set to 1 if a full sync is needed, member in struct:r10_private_data_s
H A Draid1.h49 int fullsync; /* set to 1 if a full sync is needed, member in struct:r1_private_data_s
H A Draid5.h397 int fullsync; /* set to 1 if a full sync is needed, member in struct:raid5_private_data
H A Draid1.c1174 conf->fullsync = 1;
1774 conf->fullsync = 0;
1784 conf->fullsync == 0) {
1792 !conf->fullsync && !test_bit(MD_RECOVERY_REQUESTED, &mddev->recovery)) {
1903 !conf->fullsync &&
2033 conf->fullsync = 1;
H A Draid10.c1187 conf->fullsync = 1;
1852 conf->fullsync = 0;
1920 !conf->fullsync) {
2023 !conf->fullsync && !test_bit(MD_RECOVERY_REQUESTED, &mddev->recovery)) {
2353 conf->fullsync = 1;
H A Draid5.c4380 conf->fullsync = 0;
4410 !conf->fullsync && sync_blocks >= STRIPE_SECTORS) {
4917 conf->fullsync = 1;
5426 conf->fullsync = 1;

Completed in 107 milliseconds