Searched refs:sync_count (Results 1 – 3 of 3) sorted by relevance
224 region_t sync_count; member494 lc->sync_count = (sync == NOSYNC) ? region_count : 0; in create_log_context()622 lc->sync_count = memweight(lc->clean_bits, in disk_resume()761 lc->sync_count++; in core_set_region_sync()763 lc->sync_count--; in core_set_region_sync()772 return lc->sync_count; in core_get_sync_count()
774 uint64_t sync_count; in userspace_get_sync_count() local777 rdata_size = sizeof(sync_count); in userspace_get_sync_count()779 NULL, 0, (char *)&sync_count, &rdata_size); in userspace_get_sync_count()784 if (sync_count >= lc->region_count) in userspace_get_sync_count()787 return (region_t)sync_count; in userspace_get_sync_count()
276 u8 sync_count; member