Home
last modified time | relevance | path

Searched refs:drop_snapshot (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/md/
H A Ddm-exception-store.h97 void (*drop_snapshot) (struct dm_exception_store *store); member
H A Ddm-snap-persistent.c926 .drop_snapshot = persistent_drop_snapshot,
941 .drop_snapshot = persistent_drop_snapshot,
H A Ddm-snap.c1646 if (s->store->type->drop_snapshot) in __invalidate_snapshot()
1647 s->store->type->drop_snapshot(s->store); in __invalidate_snapshot()
/kernel/linux/linux-6.6/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.c1626 if (s->store->type->drop_snapshot) in __invalidate_snapshot()
1627 s->store->type->drop_snapshot(s->store); in __invalidate_snapshot()

Completed in 10 milliseconds