Home
last modified time | relevance | path

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

/linux/include/linux/
H A Ddevice-mapper.h297 struct dm_target { struct
298 struct dm_table *table;
299 struct target_type *type;
302 sector_t begin;
303 sector_t len;
306 uint32_t max_io_len;
343 void *private;
346 char *error;
352 bool flush_supported:1;
381 bool limit_swap_bios:1;
[all …]