Home
last modified time | relevance | path

Searched refs:get_sync_count (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/include/linux/
Ddm-dirty-log.h113 region_t (*get_sync_count)(struct dm_dirty_log *log); member
/linux-5.19.10/drivers/md/
Ddm-log.c848 .get_sync_count = core_get_sync_count,
867 .get_sync_count = core_get_sync_count,
Ddm-raid1.c404 (log->type->get_sync_count(log) == ms->nr_regions)) { in do_recovery()
1412 (unsigned long long)log->type->get_sync_count(log), in mirror_status()
Ddm-log-userspace-base.c888 .get_sync_count = userspace_get_sync_count,