Symbol: dm_cache_migration
drivers/md/dm-cache-target.c
1076
static void quiesce(struct dm_cache_migration *mg,
drivers/md/dm-cache-target.c
1083
static struct dm_cache_migration *ws_to_mg(struct work_struct *ws)
drivers/md/dm-cache-target.c
1087
return container_of(k, struct dm_cache_migration, k);
drivers/md/dm-cache-target.c
1092
struct dm_cache_migration *mg = container_of(context, struct dm_cache_migration, k);
drivers/md/dm-cache-target.c
1100
static void copy(struct dm_cache_migration *mg, bool promote)
drivers/md/dm-cache-target.c
1130
struct dm_cache_migration *mg = bio->bi_private;
drivers/md/dm-cache-target.c
1142
static void overwrite(struct dm_cache_migration *mg,
drivers/md/dm-cache-target.c
1174
static void mg_complete(struct dm_cache_migration *mg, bool success)
drivers/md/dm-cache-target.c
1237
struct dm_cache_migration *mg = ws_to_mg(ws);
drivers/md/dm-cache-target.c
1245
struct dm_cache_migration *mg = ws_to_mg(ws);
drivers/md/dm-cache-target.c
1306
struct dm_cache_migration *mg = ws_to_mg(ws);
drivers/md/dm-cache-target.c
1320
struct dm_cache_migration *mg = ws_to_mg(ws);
drivers/md/dm-cache-target.c
1347
struct dm_cache_migration *mg = ws_to_mg(ws);
drivers/md/dm-cache-target.c
1364
struct dm_cache_migration *mg = ws_to_mg(ws);
drivers/md/dm-cache-target.c
1398
static int mg_lock_writes(struct dm_cache_migration *mg)
drivers/md/dm-cache-target.c
1435
struct dm_cache_migration *mg;
drivers/md/dm-cache-target.c
1459
static void invalidate_complete(struct dm_cache_migration *mg, bool success)
drivers/md/dm-cache-target.c
1487
struct dm_cache_migration *mg = ws_to_mg(ws);
drivers/md/dm-cache-target.c
1519
struct dm_cache_migration *mg = ws_to_mg(ws);
drivers/md/dm-cache-target.c
1538
struct dm_cache_migration *mg = ws_to_mg(ws);
drivers/md/dm-cache-target.c
1552
static int invalidate_lock(struct dm_cache_migration *mg)
drivers/md/dm-cache-target.c
1600
struct dm_cache_migration *mg;
drivers/md/dm-cache-target.c
3574
migration_cache = KMEM_CACHE(dm_cache_migration, 0);
drivers/md/dm-cache-target.c
481
static struct dm_cache_migration *alloc_migration(struct cache *cache)
drivers/md/dm-cache-target.c
483
struct dm_cache_migration *mg;
drivers/md/dm-cache-target.c
495
static void free_migration(struct dm_cache_migration *mg)