Symbol: dm_snap_pending_exception
drivers/md/dm-snap.c
1636
struct dm_snap_pending_exception *pe = context;
drivers/md/dm-snap.c
1722
static void complete_exception(struct dm_snap_pending_exception *pe)
drivers/md/dm-snap.c
1737
struct dm_snap_pending_exception *pe = context;
drivers/md/dm-snap.c
1750
pe = rb_entry(next, struct dm_snap_pending_exception,
drivers/md/dm-snap.c
1763
struct dm_snap_pending_exception *pe2;
drivers/md/dm-snap.c
1766
pe2 = rb_entry(*p, struct dm_snap_pending_exception, out_of_order_node);
drivers/md/dm-snap.c
1785
static void start_copy(struct dm_snap_pending_exception *pe)
drivers/md/dm-snap.c
1814
static void start_full_bio(struct dm_snap_pending_exception *pe,
drivers/md/dm-snap.c
1833
static struct dm_snap_pending_exception *
drivers/md/dm-snap.c
1841
return container_of(e, struct dm_snap_pending_exception, e);
drivers/md/dm-snap.c
1850
static struct dm_snap_pending_exception *
drivers/md/dm-snap.c
1852
struct dm_snap_pending_exception *pe, chunk_t chunk)
drivers/md/dm-snap.c
1883
static struct dm_snap_pending_exception *
drivers/md/dm-snap.c
1885
struct dm_snap_pending_exception *pe, chunk_t chunk)
drivers/md/dm-snap.c
1887
struct dm_snap_pending_exception *pe2;
drivers/md/dm-snap.c
1945
struct dm_snap_pending_exception *pe = NULL;
drivers/md/dm-snap.c
2431
struct dm_snap_pending_exception *pe, *pe2;
drivers/md/dm-snap.c
2432
struct dm_snap_pending_exception *pe_to_start_now = NULL;
drivers/md/dm-snap.c
2433
struct dm_snap_pending_exception *pe_to_start_last = NULL;
drivers/md/dm-snap.c
2799
pending_cache = KMEM_CACHE(dm_snap_pending_exception, 0);
drivers/md/dm-snap.c
745
static struct dm_snap_pending_exception *alloc_pending_exception(struct dm_snapshot *s)
drivers/md/dm-snap.c
747
struct dm_snap_pending_exception *pe = mempool_alloc(&s->pending_pool,
drivers/md/dm-snap.c
756
static void free_pending_exception(struct dm_snap_pending_exception *pe)