Symbol: dm_exception_store
drivers/md/dm-exception-store.c
143
static int set_chunk_size(struct dm_exception_store *store,
drivers/md/dm-exception-store.c
161
int dm_exception_store_set_chunk_size(struct dm_exception_store *store,
drivers/md/dm-exception-store.c
195
struct dm_exception_store **store)
drivers/md/dm-exception-store.c
199
struct dm_exception_store *tmp_store;
drivers/md/dm-exception-store.c
255
void dm_exception_store_destroy(struct dm_exception_store *store)
drivers/md/dm-exception-store.h
100
unsigned int (*status)(struct dm_exception_store *store,
drivers/md/dm-exception-store.h
107
void (*usage)(struct dm_exception_store *store,
drivers/md/dm-exception-store.h
175
static inline chunk_t sector_to_chunk(struct dm_exception_store *store,
drivers/md/dm-exception-store.h
184
int dm_exception_store_set_chunk_size(struct dm_exception_store *store,
drivers/md/dm-exception-store.h
191
struct dm_exception_store **store);
drivers/md/dm-exception-store.h
192
void dm_exception_store_destroy(struct dm_exception_store *store);
drivers/md/dm-exception-store.h
42
struct dm_exception_store;
drivers/md/dm-exception-store.h
47
int (*ctr)(struct dm_exception_store *store, char *options);
drivers/md/dm-exception-store.h
52
void (*dtr)(struct dm_exception_store *store);
drivers/md/dm-exception-store.h
59
int (*read_metadata)(struct dm_exception_store *store,
drivers/md/dm-exception-store.h
67
int (*prepare_exception)(struct dm_exception_store *store,
drivers/md/dm-exception-store.h
73
void (*commit_exception)(struct dm_exception_store *store,
drivers/md/dm-exception-store.h
86
int (*prepare_merge)(struct dm_exception_store *store,
drivers/md/dm-exception-store.h
93
int (*commit_merge)(struct dm_exception_store *store, int nr_merged);
drivers/md/dm-exception-store.h
98
void (*drop_snapshot)(struct dm_exception_store *store);
drivers/md/dm-snap-persistent.c
106
struct dm_exception_store *store;
drivers/md/dm-snap-persistent.c
568
static struct pstore *get_info(struct dm_exception_store *store)
drivers/md/dm-snap-persistent.c
573
static void persistent_usage(struct dm_exception_store *store,
drivers/md/dm-snap-persistent.c
592
static void persistent_dtr(struct dm_exception_store *store)
drivers/md/dm-snap-persistent.c
609
static int persistent_read_metadata(struct dm_exception_store *store,
drivers/md/dm-snap-persistent.c
673
static int persistent_prepare_exception(struct dm_exception_store *store,
drivers/md/dm-snap-persistent.c
696
static void persistent_commit_exception(struct dm_exception_store *store,
drivers/md/dm-snap-persistent.c
762
static int persistent_prepare_merge(struct dm_exception_store *store,
drivers/md/dm-snap-persistent.c
808
static int persistent_commit_merge(struct dm_exception_store *store,
drivers/md/dm-snap-persistent.c
841
static void persistent_drop_snapshot(struct dm_exception_store *store)
drivers/md/dm-snap-persistent.c
850
static int persistent_ctr(struct dm_exception_store *store, char *options)
drivers/md/dm-snap-persistent.c
905
static unsigned int persistent_status(struct dm_exception_store *store,
drivers/md/dm-snap-transient.c
29
static void transient_dtr(struct dm_exception_store *store)
drivers/md/dm-snap-transient.c
34
static int transient_read_metadata(struct dm_exception_store *store,
drivers/md/dm-snap-transient.c
42
static int transient_prepare_exception(struct dm_exception_store *store,
drivers/md/dm-snap-transient.c
57
static void transient_commit_exception(struct dm_exception_store *store,
drivers/md/dm-snap-transient.c
66
static void transient_usage(struct dm_exception_store *store,
drivers/md/dm-snap-transient.c
76
static int transient_ctr(struct dm_exception_store *store, char *options)
drivers/md/dm-snap-transient.c
90
static unsigned int transient_status(struct dm_exception_store *store,
drivers/md/dm-snap.c
113
struct dm_exception_store *store;
drivers/md/dm-snap.c
1431
struct dm_exception_store *store_swap;
drivers/md/dm-snap.c
189
static sector_t chunk_to_sector(struct dm_exception_store *store,