Searched defs:dm_task (Results 1 – 1 of 1) sorted by relevance
36 struct dm_task { struct37 int type;38 char *dev_name;40 struct target *head, *tail;42 int read_only;43 uint32_t event_nr;44 int major;45 int minor;46 int allow_default_major_fallback;47 uid_t uid;[all …]