Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Ddm-exception-store.h98 void (*drop_snapshot)(struct dm_exception_store *store); member
H A Ddm-snap-persistent.c936 .drop_snapshot = persistent_drop_snapshot,
951 .drop_snapshot = persistent_drop_snapshot,
H A Ddm-snap.c1628 if (s->store->type->drop_snapshot) in __invalidate_snapshot()
1629 s->store->type->drop_snapshot(s->store); in __invalidate_snapshot()