Lines Matching refs:dm_thin_new_mapping

187 struct dm_thin_new_mapping;
211 typedef void (*process_mapping_fn)(struct dm_thin_new_mapping *m);
252 struct dm_thin_new_mapping *next_mapping;
463 struct dm_thin_new_mapping *overwrite_mapping;
647 struct dm_thin_new_mapping { struct
676 static void __complete_mapping_preparation(struct dm_thin_new_mapping *m) in __complete_mapping_preparation() argument
686 static void complete_mapping_preparation(struct dm_thin_new_mapping *m) in complete_mapping_preparation()
698 struct dm_thin_new_mapping *m = context; in copy_complete()
707 struct dm_thin_new_mapping *m = h->overwrite_mapping; in overwrite_endio()
795 static void process_prepared_mapping_fail(struct dm_thin_new_mapping *m) in process_prepared_mapping_fail()
806 static void process_prepared_mapping(struct dm_thin_new_mapping *m) in process_prepared_mapping()
856 static void process_prepared_discard_fail(struct dm_thin_new_mapping *m) in process_prepared_discard_fail()
866 static void process_prepared_discard_passdown(struct dm_thin_new_mapping *m) in process_prepared_discard_passdown()
890 static void process_prepared_discard(struct dm_thin_new_mapping *m) in process_prepared_discard()
907 struct dm_thin_new_mapping *m, *tmp; in process_prepared()
950 static struct dm_thin_new_mapping *get_next_mapping(struct pool *pool) in get_next_mapping()
952 struct dm_thin_new_mapping *m = pool->next_mapping; in get_next_mapping()
956 memset(m, 0, sizeof(struct dm_thin_new_mapping)); in get_next_mapping()
965 static void ll_zero(struct thin_c *tc, struct dm_thin_new_mapping *m, in ll_zero()
984 struct dm_thin_new_mapping *m) in remap_and_issue_overwrite()
1007 struct dm_thin_new_mapping *m = get_next_mapping(pool); in schedule_copy()
1085 struct dm_thin_new_mapping *m = get_next_mapping(pool); in schedule_zero()
1307 struct dm_thin_new_mapping *m; in process_discard_cell()
3889 struct dm_thin_new_mapping *m, *tmp; in thin_endio()
4077 _new_mapping_cache = KMEM_CACHE(dm_thin_new_mapping, 0); in dm_thin_init()