dm_thin_new_mapping  195 drivers/md/dm-thin.c struct dm_thin_new_mapping;
dm_thin_new_mapping  225 drivers/md/dm-thin.c typedef void (*process_mapping_fn)(struct dm_thin_new_mapping *m);
dm_thin_new_mapping  270 drivers/md/dm-thin.c 	struct dm_thin_new_mapping *next_mapping;
dm_thin_new_mapping  589 drivers/md/dm-thin.c 	struct dm_thin_new_mapping *overwrite_mapping;
dm_thin_new_mapping  834 drivers/md/dm-thin.c static void __complete_mapping_preparation(struct dm_thin_new_mapping *m)
dm_thin_new_mapping  844 drivers/md/dm-thin.c static void complete_mapping_preparation(struct dm_thin_new_mapping *m)
dm_thin_new_mapping  856 drivers/md/dm-thin.c 	struct dm_thin_new_mapping *m = context;
dm_thin_new_mapping  865 drivers/md/dm-thin.c 	struct dm_thin_new_mapping *m = h->overwrite_mapping;
dm_thin_new_mapping  955 drivers/md/dm-thin.c static void process_prepared_mapping_fail(struct dm_thin_new_mapping *m)
dm_thin_new_mapping  995 drivers/md/dm-thin.c static void process_prepared_mapping(struct dm_thin_new_mapping *m)
dm_thin_new_mapping 1041 drivers/md/dm-thin.c static void free_discard_mapping(struct dm_thin_new_mapping *m)
dm_thin_new_mapping 1049 drivers/md/dm-thin.c static void process_prepared_discard_fail(struct dm_thin_new_mapping *m)
dm_thin_new_mapping 1055 drivers/md/dm-thin.c static void process_prepared_discard_success(struct dm_thin_new_mapping *m)
dm_thin_new_mapping 1061 drivers/md/dm-thin.c static void process_prepared_discard_no_passdown(struct dm_thin_new_mapping *m)
dm_thin_new_mapping 1079 drivers/md/dm-thin.c static void passdown_double_checking_shared_status(struct dm_thin_new_mapping *m,
dm_thin_new_mapping 1128 drivers/md/dm-thin.c static void queue_passdown_pt2(struct dm_thin_new_mapping *m)
dm_thin_new_mapping 1149 drivers/md/dm-thin.c static void process_prepared_discard_passdown_pt1(struct dm_thin_new_mapping *m)
dm_thin_new_mapping 1206 drivers/md/dm-thin.c static void process_prepared_discard_passdown_pt2(struct dm_thin_new_mapping *m)
dm_thin_new_mapping 1233 drivers/md/dm-thin.c 	struct dm_thin_new_mapping *m, *tmp;
dm_thin_new_mapping 1276 drivers/md/dm-thin.c static struct dm_thin_new_mapping *get_next_mapping(struct pool *pool)
dm_thin_new_mapping 1278 drivers/md/dm-thin.c 	struct dm_thin_new_mapping *m = pool->next_mapping;
dm_thin_new_mapping 1282 drivers/md/dm-thin.c 	memset(m, 0, sizeof(struct dm_thin_new_mapping));
dm_thin_new_mapping 1291 drivers/md/dm-thin.c static void ll_zero(struct thin_c *tc, struct dm_thin_new_mapping *m,
dm_thin_new_mapping 1305 drivers/md/dm-thin.c 				      struct dm_thin_new_mapping *m)
dm_thin_new_mapping 1327 drivers/md/dm-thin.c 	struct dm_thin_new_mapping *m = get_next_mapping(pool);
dm_thin_new_mapping 1395 drivers/md/dm-thin.c 	struct dm_thin_new_mapping *m = get_next_mapping(pool);
dm_thin_new_mapping 1663 drivers/md/dm-thin.c 	struct dm_thin_new_mapping *m = get_next_mapping(pool);
dm_thin_new_mapping 1688 drivers/md/dm-thin.c 	struct dm_thin_new_mapping *m;
dm_thin_new_mapping 4348 drivers/md/dm-thin.c 	struct dm_thin_new_mapping *m, *tmp;
dm_thin_new_mapping 4526 drivers/md/dm-thin.c 	_new_mapping_cache = KMEM_CACHE(dm_thin_new_mapping, 0);