Lines Matching defs:dm_target
297 struct dm_target { struct
298 struct dm_table *table;
299 struct target_type *type;
302 sector_t begin;
303 sector_t len;
306 uint32_t max_io_len;
316 unsigned int num_flush_bios;
322 unsigned int num_discard_bios;
328 unsigned int num_secure_erase_bios;
334 unsigned int num_write_zeroes_bios;
340 unsigned int per_io_data_size;
343 void *private;
346 char *error;
352 bool flush_supported:1;
358 bool discards_supported:1;
364 bool max_discard_granularity:1;
370 bool max_secure_erase_granularity:1;
376 bool max_write_zeroes_granularity:1;
381 bool limit_swap_bios:1;
387 bool emulate_zone_append:1;
393 bool accounts_remapped_io:1;
399 bool needs_bio_set_dev:1;