Home
last modified time | relevance | path

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

/dragonfly/lib/libdm/
H A Dlibdm.h33 struct dm_info { struct
34 int exists;
35 int suspended;
36 int live_table;
37 int inactive_table;
38 int read_only;
39 int32_t open_count;
40 int32_t target_count;
41 uint32_t event_nr;
42 uint32_t major;
[all …]
/dragonfly/contrib/lvm2/dist/libdm/
H A Dlibdevmapper.h118 struct dm_info { struct
119 int exists;
120 int suspended;
121 int live_table;
122 int inactive_table;
123 int32_t open_count;
124 uint32_t event_nr;
125 uint32_t major;
126 uint32_t minor; /* minor device number */
127 int read_only; /* 0:read-write; 1:read-only */
[all …]
/dragonfly/contrib/lvm2/dist/include/
H A Dlibdevmapper.h118 struct dm_info { struct
119 int exists;
120 int suspended;
121 int live_table;
122 int inactive_table;
123 int32_t open_count;
124 uint32_t event_nr;
125 uint32_t major;
126 uint32_t minor; /* minor device number */
127 int read_only; /* 0:read-write; 1:read-only */
[all …]