Symbol: dm_thin_new_mapping
drivers/md/dm-thin.c
1038
static void free_discard_mapping(struct dm_thin_new_mapping *m)
drivers/md/dm-thin.c
1047
static void process_prepared_discard_fail(struct dm_thin_new_mapping *m)
drivers/md/dm-thin.c
1053
static void process_prepared_discard_success(struct dm_thin_new_mapping *m)
drivers/md/dm-thin.c
1059
static void process_prepared_discard_no_passdown(struct dm_thin_new_mapping *m)
drivers/md/dm-thin.c
1077
static void passdown_double_checking_shared_status(struct dm_thin_new_mapping *m,
drivers/md/dm-thin.c
1124
static void queue_passdown_pt2(struct dm_thin_new_mapping *m)
drivers/md/dm-thin.c
1145
static void process_prepared_discard_passdown_pt1(struct dm_thin_new_mapping *m)
drivers/md/dm-thin.c
1194
static void process_prepared_discard_passdown_pt2(struct dm_thin_new_mapping *m)
drivers/md/dm-thin.c
1220
struct dm_thin_new_mapping *m, *tmp;
drivers/md/dm-thin.c
1263
static struct dm_thin_new_mapping *get_next_mapping(struct pool *pool)
drivers/md/dm-thin.c
1265
struct dm_thin_new_mapping *m = pool->next_mapping;
drivers/md/dm-thin.c
1269
memset(m, 0, sizeof(struct dm_thin_new_mapping));
drivers/md/dm-thin.c
1278
static void ll_zero(struct thin_c *tc, struct dm_thin_new_mapping *m,
drivers/md/dm-thin.c
1292
struct dm_thin_new_mapping *m)
drivers/md/dm-thin.c
1314
struct dm_thin_new_mapping *m = get_next_mapping(pool);
drivers/md/dm-thin.c
1382
struct dm_thin_new_mapping *m = get_next_mapping(pool);
drivers/md/dm-thin.c
1648
struct dm_thin_new_mapping *m = get_next_mapping(pool);
drivers/md/dm-thin.c
1673
struct dm_thin_new_mapping *m;
drivers/md/dm-thin.c
198
struct dm_thin_new_mapping;
drivers/md/dm-thin.c
228
typedef void (*process_mapping_fn)(struct dm_thin_new_mapping *m);
drivers/md/dm-thin.c
273
struct dm_thin_new_mapping *next_mapping;
drivers/md/dm-thin.c
4339
struct dm_thin_new_mapping *m, *tmp;
drivers/md/dm-thin.c
4518
_new_mapping_cache = KMEM_CACHE(dm_thin_new_mapping, 0);
drivers/md/dm-thin.c
590
struct dm_thin_new_mapping *overwrite_mapping;
drivers/md/dm-thin.c
827
static void __complete_mapping_preparation(struct dm_thin_new_mapping *m)
drivers/md/dm-thin.c
837
static void complete_mapping_preparation(struct dm_thin_new_mapping *m)
drivers/md/dm-thin.c
849
struct dm_thin_new_mapping *m = context;
drivers/md/dm-thin.c
858
struct dm_thin_new_mapping *m = h->overwrite_mapping;
drivers/md/dm-thin.c
953
static void process_prepared_mapping_fail(struct dm_thin_new_mapping *m)
drivers/md/dm-thin.c
992
static void process_prepared_mapping(struct dm_thin_new_mapping *m)