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

/linux-4.4.14/drivers/md/
H A Ddm-snap.c178 struct dm_snap_pending_exception { struct
684 static struct dm_snap_pending_exception *alloc_pending_exception(struct dm_snapshot *s) alloc_pending_exception()
686 struct dm_snap_pending_exception *pe = mempool_alloc(s->pending_pool, alloc_pending_exception()
695 static void free_pending_exception(struct dm_snap_pending_exception *pe) free_pending_exception()
1452 struct dm_snap_pending_exception *pe = context; pending_complete()
1522 static void complete_exception(struct dm_snap_pending_exception *pe) complete_exception()
1537 struct dm_snap_pending_exception *pe = context; copy_callback()
1548 struct dm_snap_pending_exception, out_of_order_entry); copy_callback()
1557 struct dm_snap_pending_exception *pe2; copy_callback()
1560 pe2 = list_entry(lh, struct dm_snap_pending_exception, out_of_order_entry); copy_callback()
1571 static void start_copy(struct dm_snap_pending_exception *pe) start_copy()
1599 static void start_full_bio(struct dm_snap_pending_exception *pe, start_full_bio()
1618 static struct dm_snap_pending_exception * __lookup_pending_exception()
1626 return container_of(e, struct dm_snap_pending_exception, e); __lookup_pending_exception()
1637 static struct dm_snap_pending_exception * __find_pending_exception()
1639 struct dm_snap_pending_exception *pe, chunk_t chunk) __find_pending_exception()
1641 struct dm_snap_pending_exception *pe2; __find_pending_exception()
1683 struct dm_snap_pending_exception *pe = NULL; snapshot_map()
2077 struct dm_snap_pending_exception *pe; __origin_write()
2078 struct dm_snap_pending_exception *pe_to_start_now = NULL; __origin_write()
2079 struct dm_snap_pending_exception *pe_to_start_last = NULL; __origin_write()
2439 pending_cache = KMEM_CACHE(dm_snap_pending_exception, 0); dm_snapshot_init()

Completed in 101 milliseconds