Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/md/
Ddm-cache-target.c418 struct dm_cache_migration { struct
474 static struct dm_cache_migration *alloc_migration(struct cache *cache) in alloc_migration()
476 struct dm_cache_migration *mg; in alloc_migration()
488 static void free_migration(struct dm_cache_migration *mg) in free_migration()
1059 static void quiesce(struct dm_cache_migration *mg, in quiesce()
1066 static struct dm_cache_migration *ws_to_mg(struct work_struct *ws) in ws_to_mg()
1069 return container_of(k, struct dm_cache_migration, k); in ws_to_mg()
1074 struct dm_cache_migration *mg = container_of(context, struct dm_cache_migration, k); in copy_complete()
1082 static void copy(struct dm_cache_migration *mg, bool promote) in copy()
1112 struct dm_cache_migration *mg = bio->bi_private; in overwrite_endio()
[all …]