Lines Matching refs:dm_snap_pending_exception

171 struct dm_snap_pending_exception {  struct
677 static struct dm_snap_pending_exception *alloc_pending_exception(struct dm_snapshot *s) in alloc_pending_exception()
679 struct dm_snap_pending_exception *pe = mempool_alloc(s->pending_pool, in alloc_pending_exception()
688 static void free_pending_exception(struct dm_snap_pending_exception *pe) in free_pending_exception()
1433 struct dm_snap_pending_exception *pe = context; in pending_complete()
1504 static void complete_exception(struct dm_snap_pending_exception *pe) in complete_exception()
1519 struct dm_snap_pending_exception *pe = context; in copy_callback()
1530 struct dm_snap_pending_exception, out_of_order_entry); in copy_callback()
1539 struct dm_snap_pending_exception *pe2; in copy_callback()
1542 pe2 = list_entry(lh, struct dm_snap_pending_exception, out_of_order_entry); in copy_callback()
1553 static void start_copy(struct dm_snap_pending_exception *pe) in start_copy()
1581 static void start_full_bio(struct dm_snap_pending_exception *pe, in start_full_bio()
1600 static struct dm_snap_pending_exception *
1608 return container_of(e, struct dm_snap_pending_exception, e); in __lookup_pending_exception()
1619 static struct dm_snap_pending_exception *
1621 struct dm_snap_pending_exception *pe, chunk_t chunk) in __find_pending_exception()
1623 struct dm_snap_pending_exception *pe2; in __find_pending_exception()
1665 struct dm_snap_pending_exception *pe = NULL; in snapshot_map()
2053 struct dm_snap_pending_exception *pe; in __origin_write()
2054 struct dm_snap_pending_exception *pe_to_start_now = NULL; in __origin_write()
2055 struct dm_snap_pending_exception *pe_to_start_last = NULL; in __origin_write()
2430 pending_cache = KMEM_CACHE(dm_snap_pending_exception, 0); in dm_snapshot_init()