Searched defs:in_sync (Results 1 - 4 of 4) sorted by relevance

/drivers/md/
H A Ddm-log-userspace-base.c364 int64_t in_sync; local
384 rdata_size = sizeof(in_sync);
387 (char *)&in_sync, &rdata_size);
388 return (r) ? 0 : (int)in_sync;
620 region_t region, int in_sync)
630 pkg.i = (int64_t)in_sync;
761 .in_sync = userspace_in_sync,
619 userspace_set_region_sync(struct dm_dirty_log *log, region_t region, int in_sync) argument
H A Ddm-log.c763 int in_sync)
768 if (in_sync) {
840 .in_sync = core_in_sync,
859 .in_sync = core_in_sync,
762 core_set_region_sync(struct dm_dirty_log *log, region_t region, int in_sync) argument
H A Ddm-raid1.c68 int in_sync; member in struct:mirror_set
231 if (!ms->in_sync) {
395 if (!ms->in_sync &&
399 ms->in_sync = 1;
433 if (log->type->in_sync(log, region, 0))
790 ms->in_sync = 0;
873 ms->in_sync = 0;
1169 r = log->type->in_sync(log, dm_rh_bio_to_region(ms->rh, bio), 0);
H A Dmd.h65 * Not working: faulty==1 in_sync==0
66 * Fully working: faulty==0 in_sync==1
69 * faulty==0 in_sync==0
71 * It can never have faulty==1, in_sync==1
130 In_sync, /* device is in_sync with rest of array */
332 int in_sync; /* know to not need resync */ member in struct:mddev
445 /* error_handler must set ->faulty and clear ->in_sync

Completed in 58 milliseconds