Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/md/
Ddm-log-userspace-base.c626 uint64_t sync_count; in userspace_get_sync_count() local
629 rdata_size = sizeof(sync_count); in userspace_get_sync_count()
632 (char *)&sync_count, &rdata_size); in userspace_get_sync_count()
637 if (sync_count >= lc->region_count) in userspace_get_sync_count()
640 return (region_t)sync_count; in userspace_get_sync_count()
Ddm-log.c218 region_t sync_count; member
488 lc->sync_count = (sync == NOSYNC) ? region_count : 0; in create_log_context()
627 lc->sync_count = count_bits32(lc->clean_bits, lc->bitset_uint32_count); in disk_resume()
766 lc->sync_count++; in core_set_region_sync()
768 lc->sync_count--; in core_set_region_sync()
777 return lc->sync_count; in core_get_sync_count()