Searched defs:dm_target (Results 1 – 1 of 1) sorted by relevance
305 struct dm_target { struct306 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 …]