Home
last modified time | relevance | path

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

/drivers/md/
Ddm-exception-store.h40 struct dm_exception_store { struct
44 void (*destroy) (struct dm_exception_store *store); argument
51 int (*read_metadata) (struct dm_exception_store *store, argument
59 int (*prepare_exception) (struct dm_exception_store *store, argument
65 void (*commit_exception) (struct dm_exception_store *store, argument
73 void (*drop_snapshot) (struct dm_exception_store *store); argument
75 int (*status) (struct dm_exception_store *store, status_type_t status, argument
81 void (*fraction_full) (struct dm_exception_store *store, argument
144 int dm_create_persistent(struct dm_exception_store *store);
146 int dm_create_transient(struct dm_exception_store *store);
Ddm-snap-transient.c26 static void transient_destroy(struct dm_exception_store *store) in transient_destroy()
31 static int transient_read_metadata(struct dm_exception_store *store, in transient_read_metadata()
39 static int transient_prepare_exception(struct dm_exception_store *store, in transient_prepare_exception()
54 static void transient_commit_exception(struct dm_exception_store *store, in transient_commit_exception()
63 static void transient_fraction_full(struct dm_exception_store *store, in transient_fraction_full()
70 int dm_create_transient(struct dm_exception_store *store) in dm_create_transient()
Ddm-snap-persistent.c469 static struct pstore *get_info(struct dm_exception_store *store) in get_info()
474 static void persistent_fraction_full(struct dm_exception_store *store, in persistent_fraction_full()
481 static void persistent_destroy(struct dm_exception_store *store) in persistent_destroy()
492 static int persistent_read_metadata(struct dm_exception_store *store, in persistent_read_metadata()
561 static int persistent_prepare_exception(struct dm_exception_store *store, in persistent_prepare_exception()
588 static void persistent_commit_exception(struct dm_exception_store *store, in persistent_commit_exception()
650 static void persistent_drop_snapshot(struct dm_exception_store *store) in persistent_drop_snapshot()
659 int dm_create_persistent(struct dm_exception_store *store) in dm_create_persistent()
Ddm-snap.h64 struct dm_exception_store store;