Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A 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;
342 void *private;
345 char *error;
351 bool flush_supported:1;
380 bool limit_swap_bios:1;
[all …]