Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-cache-target.c425 struct dm_cache_migration { struct
481 static struct dm_cache_migration *alloc_migration(struct cache *cache) in alloc_migration()
483 struct dm_cache_migration *mg; in alloc_migration()
495 static void free_migration(struct dm_cache_migration *mg) in free_migration()
1076 static void quiesce(struct dm_cache_migration *mg, in quiesce()
1083 static struct dm_cache_migration *ws_to_mg(struct work_struct *ws) in ws_to_mg()
1087 return container_of(k, struct dm_cache_migration, k); in ws_to_mg()
1092 struct dm_cache_migration *mg = container_of(context, struct dm_cache_migration, k); in copy_complete()
1100 static void copy(struct dm_cache_migration *mg, bool promote) in copy()
1130 struct dm_cache_migration *mg = bio->bi_private; in overwrite_endio()
[all …]