Home
last modified time | relevance | path

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

/drivers/md/
Ddm-snap.c53 struct dm_snap_pending_exception { struct
74 struct dm_snap_pending_exception *primary_pe; argument
370 static struct dm_snap_pending_exception *alloc_pending_exception(struct dm_snapshot *s) in alloc_pending_exception()
372 struct dm_snap_pending_exception *pe = mempool_alloc(s->pending_pool, in alloc_pending_exception()
381 static void free_pending_exception(struct dm_snap_pending_exception *pe) in free_pending_exception()
831 static void get_pending_exception(struct dm_snap_pending_exception *pe) in get_pending_exception()
836 static struct bio *put_pending_exception(struct dm_snap_pending_exception *pe) in put_pending_exception()
838 struct dm_snap_pending_exception *primary_pe; in put_pending_exception()
864 static void pending_complete(struct dm_snap_pending_exception *pe, int success) in pending_complete()
927 struct dm_snap_pending_exception *pe = context; in commit_callback()
[all …]