Home
last modified time | relevance | path

Searched refs:sync_count (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/daemons/cmirrord/
H A Dfunctions.c72 uint64_t sync_count; member
487 lc->sync_count = (sync == NOSYNC) ? region_count : 0; in _clog_ctr()
830 lc->sync_count = count_bits32(lc->sync_bits); in clog_resume()
833 SHORT_UUID(lc->uuid), (unsigned long long)lc->sync_count); in clog_resume()
1283 lc->sync_count++; in clog_set_region_sync()
1310 lc->sync_count--; in clog_set_region_sync()
1318 if (lc->sync_count != count_bits32(lc->sync_bits)) { in clog_set_region_sync()
1324 (unsigned long long)lc->sync_count, reset); in clog_set_region_sync()
1328 lc->sync_count = reset; in clog_set_region_sync()
1331 if (lc->sync_count > lc->region_count) in clog_set_region_sync()
[all …]