Lines Matching refs:dm_snap_pending_exception
53 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()
938 struct dm_snap_pending_exception *pe = context; in copy_callback()
953 static void start_copy(struct dm_snap_pending_exception *pe) in start_copy()
983 static struct dm_snap_pending_exception *
987 struct dm_snap_pending_exception *pe; in __find_pending_exception()
996 pe = container_of(e, struct dm_snap_pending_exception, e); in __find_pending_exception()
1016 pe = container_of(e, struct dm_snap_pending_exception, e); in __find_pending_exception()
1055 struct dm_snap_pending_exception *pe = NULL; in snapshot_map()
1185 struct dm_snap_pending_exception *pe, *next_pe, *primary_pe = NULL; in __origin_write()
1445 pending_cache = KMEM_CACHE(dm_snap_pending_exception, 0); in dm_snapshot_init()