Searched refs:sync_count (Results 1 – 2 of 2) sorted by relevance
626 uint64_t sync_count; in userspace_get_sync_count() local629 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()
218 region_t sync_count; member488 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()