Searched refs:dm_thin_new_mapping (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/md/
H A Ddm-thin.c195 struct dm_thin_new_mapping;
219 typedef void (*process_mapping_fn)(struct dm_thin_new_mapping *m);
260 struct dm_thin_new_mapping *next_mapping;
545 struct dm_thin_new_mapping *overwrite_mapping;
760 struct dm_thin_new_mapping { struct
789 static void __complete_mapping_preparation(struct dm_thin_new_mapping *m) __complete_mapping_preparation()
799 static void complete_mapping_preparation(struct dm_thin_new_mapping *m) complete_mapping_preparation()
811 struct dm_thin_new_mapping *m = context; copy_complete()
820 struct dm_thin_new_mapping *m = h->overwrite_mapping; overwrite_endio()
910 static void process_prepared_mapping_fail(struct dm_thin_new_mapping *m) process_prepared_mapping_fail()
917 static void process_prepared_mapping(struct dm_thin_new_mapping *m) process_prepared_mapping()
963 static void free_discard_mapping(struct dm_thin_new_mapping *m) free_discard_mapping()
971 static void process_prepared_discard_fail(struct dm_thin_new_mapping *m) process_prepared_discard_fail()
977 static void process_prepared_discard_success(struct dm_thin_new_mapping *m) process_prepared_discard_success()
983 static void process_prepared_discard_no_passdown(struct dm_thin_new_mapping *m) process_prepared_discard_no_passdown()
999 static int passdown_double_checking_shared_status(struct dm_thin_new_mapping *m) passdown_double_checking_shared_status()
1045 static void process_prepared_discard_passdown(struct dm_thin_new_mapping *m) process_prepared_discard_passdown()
1075 struct dm_thin_new_mapping *m, *tmp; process_prepared()
1118 static struct dm_thin_new_mapping *get_next_mapping(struct pool *pool) get_next_mapping()
1120 struct dm_thin_new_mapping *m = pool->next_mapping; get_next_mapping()
1124 memset(m, 0, sizeof(struct dm_thin_new_mapping)); get_next_mapping()
1133 static void ll_zero(struct thin_c *tc, struct dm_thin_new_mapping *m, ll_zero()
1152 struct dm_thin_new_mapping *m) remap_and_issue_overwrite()
1175 struct dm_thin_new_mapping *m = get_next_mapping(pool); schedule_copy()
1254 struct dm_thin_new_mapping *m = get_next_mapping(pool); schedule_zero()
1471 struct dm_thin_new_mapping *m = get_next_mapping(pool); process_discard_cell_no_passdown()
1507 struct dm_thin_new_mapping *m; break_up_discard_bio()
4107 struct dm_thin_new_mapping *m, *tmp; thin_endio()
4295 _new_mapping_cache = KMEM_CACHE(dm_thin_new_mapping, 0); dm_thin_init()

Completed in 85 milliseconds