HomeSort by: relevance | last modified time | path
    Searched defs:lv_segment (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/lvm2/dist/include/
metadata-exported.h 173 struct lv_segment *lvseg; /* NULL if free space */
282 struct lv_segment { struct
331 struct lv_segment *snapshot;
607 struct lv_segment *first_seg(const struct logical_volume *lv);
622 /* Given a cow LV, return return the snapshot lv_segment that uses it */
623 struct lv_segment *find_cow(const struct logical_volume *lv);
628 void init_snapshot_seg(struct lv_segment *seg, struct logical_volume *origin,
652 struct lv_segment *find_mirror_seg(struct lv_segment *seg);
678 struct logical_volume *detach_mirror_log(struct lv_segment *seg)
    [all...]
  /src/external/gpl2/lvm2/dist/lib/metadata/
metadata-exported.h 173 struct lv_segment *lvseg; /* NULL if free space */
282 struct lv_segment { struct
331 struct lv_segment *snapshot;
607 struct lv_segment *first_seg(const struct logical_volume *lv);
622 /* Given a cow LV, return return the snapshot lv_segment that uses it */
623 struct lv_segment *find_cow(const struct logical_volume *lv);
628 void init_snapshot_seg(struct lv_segment *seg, struct logical_volume *origin,
652 struct lv_segment *find_mirror_seg(struct lv_segment *seg);
678 struct logical_volume *detach_mirror_log(struct lv_segment *seg)
    [all...]

Completed in 63 milliseconds