Searched defs:dm_target (Results 1 – 2 of 2) sorted by relevance
296 struct dm_target { struct297 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;[all …]
273 struct dm_target { struct274 struct dm_table *table;275 struct target_type *type;278 sector_t begin;279 sector_t len;282 uint32_t max_io_len;292 unsigned num_flush_bios;298 unsigned num_discard_bios;304 unsigned num_secure_erase_bios;310 unsigned num_write_same_bios;[all …]