Home
last modified time | relevance | path

Searched defs:dm_target (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
Ddevice-mapper.h296 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;
[all …]
/kernel/linux/linux-5.10/include/linux/
Ddevice-mapper.h273 struct dm_target { struct
274 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 …]