Lines Matching defs:dm_target
296 struct dm_target { struct
297 struct dm_table *table;
298 struct target_type *type;
301 sector_t begin;
302 sector_t len;
305 uint32_t max_io_len;
315 unsigned int num_flush_bios;
321 unsigned int num_discard_bios;
327 unsigned int num_secure_erase_bios;
333 unsigned int num_write_zeroes_bios;
339 unsigned int per_io_data_size;
342 void *private;
345 char *error;
351 bool flush_supported:1;
357 bool discards_supported:1;
363 bool max_discard_granularity:1;
369 bool max_secure_erase_granularity:1;
375 bool max_write_zeroes_granularity:1;
380 bool limit_swap_bios:1;
386 bool emulate_zone_append:1;
392 bool accounts_remapped_io:1;
398 bool needs_bio_set_dev:1;