Lines Matching defs:log
190 static int userspace_ctr(struct dm_dirty_log *log, struct dm_target *ti, in userspace_ctr()
326 static void userspace_dtr(struct dm_dirty_log *log) in userspace_dtr()
352 static int userspace_presuspend(struct dm_dirty_log *log) in userspace_presuspend()
363 static int userspace_postsuspend(struct dm_dirty_log *log) in userspace_postsuspend()
380 static int userspace_resume(struct dm_dirty_log *log) in userspace_resume()
392 static uint32_t userspace_get_region_size(struct dm_dirty_log *log) in userspace_get_region_size()
407 static int userspace_is_clean(struct dm_dirty_log *log, region_t region) in userspace_is_clean()
434 static int userspace_in_sync(struct dm_dirty_log *log, region_t region, in userspace_in_sync()
562 static int userspace_flush(struct dm_dirty_log *log) in userspace_flush()
648 static void userspace_mark_region(struct dm_dirty_log *log, region_t region) in userspace_mark_region()
677 static void userspace_clear_region(struct dm_dirty_log *log, region_t region) in userspace_clear_region()
712 static int userspace_get_resync_work(struct dm_dirty_log *log, region_t *region) in userspace_get_resync_work()
739 static void userspace_set_region_sync(struct dm_dirty_log *log, in userspace_set_region_sync()
769 static region_t userspace_get_sync_count(struct dm_dirty_log *log) in userspace_get_sync_count()
794 static int userspace_status(struct dm_dirty_log *log, status_type_t status_type, in userspace_status()
835 static int userspace_is_remote_recovering(struct dm_dirty_log *log, in userspace_is_remote_recovering()