Searched defs:logical_volume (Results 1 – 2 of 2) sorted by relevance
314 struct logical_volume { struct315 union lvid lvid;316 char *name;318 struct volume_group *vg;320 uint32_t status;321 alloc_policy_t alloc;322 uint32_t read_ahead;323 int32_t major;324 int32_t minor;326 uint64_t size; /* Sectors */[all …]