Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-exception-store.h42 struct dm_exception_store;
47 int (*ctr)(struct dm_exception_store *store, char *options);
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,
93 int (*commit_merge)(struct dm_exception_store *store, int nr_merged);
98 void (*drop_snapshot)(struct dm_exception_store *store);
100 unsigned int (*status)(struct dm_exception_store *store,
[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()