Lines Matching defs:context
213 /* Pointer back to snapshot context */
820 static int dm_add_exception(void *context, chunk_t old, chunk_t new)
823 struct dm_snapshot *s = context;
1020 void *context);
1140 static void merge_callback(int read_err, unsigned long write_err, void *context)
1142 struct dm_snapshot *s = context;
1461 * Swap all snapshot context information between the two instances.
1661 static void pending_complete(void *context, int success)
1663 struct dm_snap_pending_exception *pe = context;
1762 static void copy_callback(int read_err, unsigned long write_err, void *context)
1764 struct dm_snap_pending_exception *pe = context;
1935 static void zero_callback(int read_err, unsigned long write_err, void *context)
1937 struct bio *bio = context;
2630 * The context for an origin is merely a 'struct dm_dev *'