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

/linux-master/drivers/md/
H A Ddm-snap.c199 struct dm_snap_pending_exception { struct
742 static struct dm_snap_pending_exception *alloc_pending_exception(struct dm_snapshot *s)
744 struct dm_snap_pending_exception *pe = mempool_alloc(&s->pending_pool,
753 static void free_pending_exception(struct dm_snap_pending_exception *pe)
1645 struct dm_snap_pending_exception *pe = context;
1731 static void complete_exception(struct dm_snap_pending_exception *pe)
1746 struct dm_snap_pending_exception *pe = context;
1759 pe = rb_entry(next, struct dm_snap_pending_exception,
1772 struct dm_snap_pending_exception *pe2;
1775 pe2 = rb_entry(*p, struct dm_snap_pending_exception, out_of_order_nod
[all...]

Completed in 94 milliseconds