Searched refs:in_sync (Results 1 – 11 of 11) sorted by relevance
/linux-2.6.39/include/linux/ |
D | dm-dirty-log.h | 70 int (*in_sync)(struct dm_dirty_log *log, region_t region, member 108 region_t region, int in_sync);
|
/linux-2.6.39/drivers/md/ |
D | dm-log-userspace-base.c | 334 int64_t in_sync; in userspace_in_sync() local 354 rdata_size = sizeof(in_sync); in userspace_in_sync() 357 (char *)&in_sync, &rdata_size); in userspace_in_sync() 358 return (r) ? 0 : (int)in_sync; in userspace_in_sync() 591 region_t region, int in_sync) in userspace_set_region_sync() argument 601 pkg.i = (int64_t)in_sync; in userspace_set_region_sync() 732 .in_sync = userspace_in_sync,
|
D | dm-raid1.c | 70 int in_sync; member 233 if (!ms->in_sync) { in fail_mirror() 397 if (!ms->in_sync && in do_recovery() 401 ms->in_sync = 1; in do_recovery() 435 if (log->type->in_sync(log, region, 0)) in mirror_available() 792 ms->in_sync = 0; in do_failures() 875 ms->in_sync = 0; in alloc_context() 1165 r = log->type->in_sync(log, dm_rh_bio_to_region(ms->rh, bio), 0); in mirror_map()
|
D | dm-log.c | 759 int in_sync) in core_set_region_sync() argument 764 if (in_sync) { in core_set_region_sync() 836 .in_sync = core_in_sync, 855 .in_sync = core_in_sync,
|
D | md.c | 1265 if (mddev->in_sync) in super_90_sync() 1630 if (mddev->in_sync) in super_1_sync() 2229 sync_req = mddev->in_sync; in md_update_sb() 2234 && (mddev->in_sync && mddev->recovery_cp == MaxSector) in md_update_sb() 2259 mdname(mddev),mddev->in_sync); in md_update_sb() 2290 if (mddev->in_sync != sync_req || in md_update_sb() 3132 mddev->in_sync = 0; in level_store() 3178 mddev->in_sync = 1; in level_store() 3405 if (mddev->in_sync) in array_state_show() 3484 if (mddev->in_sync == 0) { in array_state_store() [all …]
|
D | dm-region-hash.c | 295 nreg->state = rh->log->type->in_sync(rh->log, region, 1) ? in __rh_alloc() 353 r = rh->log->type->in_sync(rh->log, region, may_block); in dm_rh_get_state()
|
D | md.h | 245 int in_sync; /* know to not need resync */ member
|
D | dm-raid.c | 474 rs->md.in_sync = 0; /* Assume already marked dirty */ in raid_ctr()
|
D | bitmap.c | 1806 if (!log->type->in_sync(log, i, 1)) in bitmap_load()
|
/linux-2.6.39/arch/s390/kernel/ |
D | time.c | 692 int in_sync; member 708 while (sync->in_sync == 0) { in clock_sync_cpu() 716 if (sync->in_sync != 1) in clock_sync_cpu() 777 etr_sync->in_sync = -EAGAIN; in etr_sync_clock() 780 etr_sync->in_sync = 1; in etr_sync_clock() 788 etr_sync->in_sync = -EAGAIN; in etr_sync_clock() 1542 stp_sync->in_sync = -EAGAIN; in stp_sync_clock() 1544 stp_sync->in_sync = 1; in stp_sync_clock()
|
/linux-2.6.39/Documentation/ |
D | md.txt | 364 in_sync - device is a fully in-sync member of the array 384 Writing "in_sync" sets the in_sync flag. 423 When the device is not 'in_sync', this records the number of 435 Setting this to 'none' is equivalent to setting 'in_sync'. 436 Setting to any other value also clears the 'in_sync' flag. 450 will show 'in_sync' on every line.
|