Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Ddevice-mapper.h305 struct dm_target { struct
306 struct dm_table *table;
307 struct target_type *type;
310 sector_t begin;
311 sector_t len;
314 uint32_t max_io_len;
351 void *private;
354 char *error;
360 bool flush_supported:1;
384 bool limit_swap_bios:1;
[all …]