Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/md/
Ddm-snap.c198 struct dm_snap_pending_exception { struct
736 static struct dm_snap_pending_exception *alloc_pending_exception(struct dm_snapshot *s) in alloc_pending_exception()
738 struct dm_snap_pending_exception *pe = mempool_alloc(&s->pending_pool, in alloc_pending_exception()
747 static void free_pending_exception(struct dm_snap_pending_exception *pe) in free_pending_exception()
1638 struct dm_snap_pending_exception *pe = context; in pending_complete()
1724 static void complete_exception(struct dm_snap_pending_exception *pe) in complete_exception()
1739 struct dm_snap_pending_exception *pe = context; in copy_callback()
1752 pe = rb_entry(next, struct dm_snap_pending_exception, in copy_callback()
1765 struct dm_snap_pending_exception *pe2; in copy_callback()
1768 pe2 = rb_entry(*p, struct dm_snap_pending_exception, out_of_order_node); in copy_callback()
[all …]