Lines Matching defs:dm_target
260 struct dm_target { struct
261 struct dm_table *table;
262 struct target_type *type;
265 sector_t begin;
266 sector_t len;
269 uint32_t max_io_len;
279 unsigned num_flush_bios;
285 unsigned num_discard_bios;
291 unsigned num_secure_erase_bios;
297 unsigned num_write_same_bios;
303 unsigned num_write_zeroes_bios;
309 unsigned per_io_data_size;
312 void *private;
315 char *error;
321 bool flush_supported:1;
327 bool discards_supported:1;