Searched refs:sync_bits (Results 1 – 1 of 1) sorted by relevance
222 uint32_t *sync_bits; member476 lc->sync_bits = vmalloc(bitset_size); in create_log_context()477 if (!lc->sync_bits) { in create_log_context()487 memset(lc->sync_bits, (sync == NOSYNC) ? -1 : 0, bitset_size); in create_log_context()493 vfree(lc->sync_bits); in create_log_context()517 vfree(lc->sync_bits); in destroy_log_context()626 memcpy(lc->sync_bits, lc->clean_bits, size); in disk_resume()673 return log_test_bit(lc->sync_bits, region); in core_in_sync()744 (unsigned long *) lc->sync_bits, in core_get_resync_work()765 log_set_bit(lc, lc->sync_bits, region); in core_set_region_sync()[all …]