Home
last modified time | relevance | path

Searched defs:lvm (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/gpl2/lvm2/dist/lib/format1/
H A Dimport-extents.c52 struct lv_map *lvm; in _create_lv_maps() local
87 struct lv_map *lvm; in _fill_lv_array() local
114 struct lv_map *lvms[MAX_LV], *lvm; in _fill_maps() local
169 static int _check_single_map(struct lv_map *lvm) in _check_single_map()
187 struct lv_map *lvm; in _check_maps_are_complete() local
198 static uint32_t _area_length(struct lv_map *lvm, uint32_t le) in _area_length()
211 static int _read_linear(struct cmd_context *cmd, struct lv_map *lvm) in _read_linear()
241 static int _check_stripe(struct lv_map *lvm, uint32_t area_count, in _check_stripe()
261 static int _read_stripes(struct cmd_context *cmd, struct lv_map *lvm) in _read_stripes()
320 static int _build_segments(struct cmd_context *cmd, struct lv_map *lvm) in _build_segments()
[all …]
/netbsd/external/gpl2/lvm2/dist/tools/
H A DMakefile124 lvm: $(OBJECTS) lvm.o $(top_builddir)/lib/liblvm-internal.a target