Lines Matching defs:logical_volume
314 struct logical_volume { struct
315 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 */
327 uint32_t le_count;
329 uint32_t origin_count;
353 struct logical_volume *lv; argument