Lines Matching defs:dm_target
298 struct dm_target { struct
299 struct dm_table *table;
300 struct target_type *type;
303 sector_t begin;
304 sector_t len;
307 uint32_t max_io_len;
317 unsigned int num_flush_bios;
323 unsigned int num_discard_bios;
329 unsigned int num_secure_erase_bios;
335 unsigned int num_write_zeroes_bios;
341 unsigned int per_io_data_size;
344 void *private;
347 char *error;
353 bool flush_supported:1;
359 bool discards_supported:1;
364 bool limit_swap_bios:1;
370 bool emulate_zone_append:1;
376 bool accounts_remapped_io:1;
382 bool needs_bio_set_dev:1;