Home
last modified time | relevance | path

Searched refs:dm_exception_store (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/md/
H A Ddm-exception-store.h42 struct dm_exception_store;
52 void (*dtr)(struct dm_exception_store *store);
59 int (*read_metadata)(struct dm_exception_store *store,
67 int (*prepare_exception)(struct dm_exception_store *store,
73 void (*commit_exception)(struct dm_exception_store *store,
86 int (*prepare_merge)(struct dm_exception_store *store,
98 void (*drop_snapshot)(struct dm_exception_store *store);
100 unsigned int (*status)(struct dm_exception_store *store,
107 void (*usage)(struct dm_exception_store *store,
117 struct dm_exception_store { struct
[all …]
H A Ddm-snap-transient.c29 static void transient_dtr(struct dm_exception_store *store) in transient_dtr()
34 static int transient_read_metadata(struct dm_exception_store *store, in transient_read_metadata()
42 static int transient_prepare_exception(struct dm_exception_store *store, in transient_prepare_exception()
57 static void transient_commit_exception(struct dm_exception_store *store, in transient_commit_exception()
66 static void transient_usage(struct dm_exception_store *store, in transient_usage()
76 static int transient_ctr(struct dm_exception_store *store, char *options) in transient_ctr()
90 static unsigned int transient_status(struct dm_exception_store *store, in transient_status()
H A Ddm-exception-store.c143 static int set_chunk_size(struct dm_exception_store *store, in set_chunk_size()
161 int dm_exception_store_set_chunk_size(struct dm_exception_store *store, in dm_exception_store_set_chunk_size()
195 struct dm_exception_store **store) in dm_exception_store_create()
199 struct dm_exception_store *tmp_store; in dm_exception_store_create()
255 void dm_exception_store_destroy(struct dm_exception_store *store) in dm_exception_store_destroy()
H A Ddm-snap-persistent.c106 struct dm_exception_store *store;
568 static struct pstore *get_info(struct dm_exception_store *store) in get_info()
573 static void persistent_usage(struct dm_exception_store *store, in persistent_usage()
592 static void persistent_dtr(struct dm_exception_store *store) in persistent_dtr()
609 static int persistent_read_metadata(struct dm_exception_store *store, in persistent_read_metadata()
674 static int persistent_prepare_exception(struct dm_exception_store *store, in persistent_prepare_exception()
697 static void persistent_commit_exception(struct dm_exception_store *store, in persistent_commit_exception()
763 static int persistent_prepare_merge(struct dm_exception_store *store, in persistent_prepare_merge()
809 static int persistent_commit_merge(struct dm_exception_store *store, in persistent_commit_merge()
842 static void persistent_drop_snapshot(struct dm_exception_store *store) in persistent_drop_snapshot()
[all …]
H A Ddm-snap.c108 struct dm_exception_store *store;
184 static sector_t chunk_to_sector(struct dm_exception_store *store, in chunk_to_sector()
1440 struct dm_exception_store *store_swap; in __handover_exceptions()