Searched defs:vg (Results 26 - 50 of 65) sorted by relevance

123

/netbsd-current/external/gpl2/lvm2/dist/daemons/dmeventd/plugins/mirror/
H A Ddmeventd_mirror.c148 char *vg = NULL, *lv = NULL, *layer = NULL; local
/netbsd-current/external/gpl2/lvm2/dist/lib/format_pool/
H A Dformat_pool.c108 struct volume_group *vg = NULL; local
167 struct volume_group *vg = NULL; local
[all...]
H A Dimport_export.c33 int import_pool_vg(struct volume_group *vg, struct dm_pool *mem, struct dm_list *pls) argument
59 import_pool_lvs(struct volume_group *vg, struct dm_pool *mem, struct dm_list *pls) argument
104 import_pool_pvs(const struct format_type *fmt, struct volume_group *vg, struct dm_list *pvs, struct dm_pool *mem, struct dm_list *pls) argument
131 import_pool_pv(const struct format_type *fmt, struct dm_pool *mem, struct volume_group *vg, struct physical_volume *pv, struct pool_list *pl) argument
[all...]
/netbsd-current/external/gpl2/lvm2/dist/lib/metadata/
H A Dpv_map.c165 struct dm_list *create_pv_maps(struct dm_pool *mem, struct volume_group *vg, argument
H A Dpv_manip.c250 int check_pv_segments(struct volume_group *vg) argument
338 _reduce_pv(struct physical_volume *pv, struct volume_group *vg, uint32_t new_pe_count) argument
380 _extend_pv(struct physical_volume *pv, struct volume_group *vg, uint32_t new_pe_count) argument
411 pv_resize(struct physical_volume *pv, struct volume_group *vg, uint32_t new_pe_count) argument
[all...]
/netbsd-current/external/gpl2/lvm2/dist/tools/
H A Dlvcreate.c130 static int _update_extents_params(struct volume_group *vg, argument
572 struct volume_group *vg; local
[all...]
H A Dpolldaemon.c157 struct volume_group *vg; local
100 _check_lv_status(struct cmd_context *cmd, struct volume_group *vg, struct logical_volume *lv, const char *name, struct daemon_parms *parms, int *finished) argument
199 _poll_vg(struct cmd_context *cmd, const char *vgname, struct volume_group *vg, void *handle) argument
[all...]
H A Dvgsplit.c21 static int _lv_is_in_vg(struct volume_group *vg, struct logical_volume *lv) argument
H A Dlvresize.c278 static int _lvresize(struct cmd_context *cmd, struct volume_group *vg, argument
51 _validate_stripesize(struct cmd_context *cmd, const struct volume_group *vg, struct lvresize_params *lp) argument
90 _request_confirmation(struct cmd_context *cmd, const struct volume_group *vg, const struct logical_volume *lv, const struct lvresize_params *lp) argument
143 _fsadm_cmd(struct cmd_context *cmd, const struct volume_group *vg, const struct lvresize_params *lp, enum fsadm_cmd_e fcmd) argument
670 struct volume_group *vg; local
[all...]
H A Dpvmove.c51 _pvmove_is_exclusive(struct cmd_context *cmd, struct volume_group *vg) argument
100 _get_allocatable_pvs(struct cmd_context *cmd, int argc, char **argv, struct volume_group *vg, struct physical_volume *pv, alloc_policy_t alloc) argument
173 _set_up_pvmove_lv(struct cmd_context *cmd, struct volume_group *vg, struct dm_list *source_pvl, const char *lv_name, struct dm_list *allocatable_pvs, alloc_policy_t alloc, struct dm_list **lvs_changed) argument
276 _update_metadata(struct cmd_context *cmd, struct volume_group *vg, struct logical_volume *lv_mirr, struct dm_list *lvs_changed, unsigned flags) argument
353 struct volume_group *vg; local
461 _finish_pvmove(struct cmd_context *cmd, struct volume_group *vg, struct logical_volume *lv_mirr, struct dm_list *lvs_changed) argument
[all...]
H A Dreporter.c127 static int _pvsegs_single(struct cmd_context *cmd, struct volume_group *vg, argument
21 _vgs_single(struct cmd_context *cmd __attribute((unused)), const char *vg_name, struct volume_group *vg, void *handle) argument
60 _pvsegs_sub_single(struct cmd_context *cmd, struct volume_group *vg, struct pv_segment *pvseg, void *handle) argument
134 _pvs_single(struct cmd_context *cmd, struct volume_group *vg, struct physical_volume *pv, void *handle) argument
181 _label_single(struct cmd_context *cmd, struct volume_group *vg, struct physical_volume *pv, void *handle) argument
192 _pvs_in_vg(struct cmd_context *cmd, const char *vg_name, struct volume_group *vg, void *handle) argument
204 _pvsegs_in_vg(struct cmd_context *cmd, const char *vg_name, struct volume_group *vg, void *handle) argument
[all...]
H A Dvgchange.c115 static int _vgchange_monitoring(struct cmd_context *cmd, struct volume_group *vg) argument
130 static int _vgchange_available(struct cmd_context *cmd, struct volume_group *vg) argument
20 _monitor_lvs_in_vg(struct cmd_context *cmd, struct volume_group *vg, int reg) argument
56 _activate_lvs_in_vg(struct cmd_context *cmd, struct volume_group *vg, int activate) argument
177 _vgchange_alloc(struct cmd_context *cmd, struct volume_group *vg) argument
211 _vgchange_resizeable(struct cmd_context *cmd, struct volume_group *vg) argument
250 _vgchange_clustered(struct cmd_context *cmd, struct volume_group *vg) argument
287 _vgchange_logicalvolume(struct cmd_context *cmd, struct volume_group *vg) argument
314 _vgchange_physicalvolumes(struct cmd_context *cmd, struct volume_group *vg) argument
346 _vgchange_pesize(struct cmd_context *cmd, struct volume_group *vg) argument
385 _vgchange_tag(struct cmd_context *cmd, struct volume_group *vg, int arg) argument
431 _vgchange_uuid(struct cmd_context *cmd __attribute((unused)), struct volume_group *vg) argument
468 _vgchange_refresh(struct cmd_context *cmd, struct volume_group *vg) argument
480 vgchange_single(struct cmd_context *cmd, const char *vg_name, struct volume_group *vg, void *handle __attribute((unused))) argument
[all...]
H A Dvgreduce.c21 static int _remove_pv(struct volume_group *vg, struct pv_list *pvl, int silent) argument
136 _consolidate_vg(struct cmd_context *cmd, struct volume_group *vg) argument
166 _make_vg_consistent(struct cmd_context *cmd, struct volume_group *vg) argument
381 _vgreduce_single(struct cmd_context *cmd, struct volume_group *vg, struct physical_volume *pv, void *handle __attribute((unused))) argument
464 struct volume_group *vg; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dvirtfunc.cc201 int D::vg() {return 100+d;} function in class:D
202 int E::vg() {return 200+d;} function in class:E
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dvirtfunc.cc201 int D::vg() {return 100+d;} function in class:D
202 int E::vg() {return 200+d;} function in class:E
/netbsd-current/external/gpl2/lvm2/dist/lib/format1/
H A Dformat1.c119 struct volume_group *vg = dm_pool_alloc(mem, sizeof(*vg)); local
172 struct volume_group *vg = NULL; local
194 _flatten_pv(struct format_instance *fid, struct dm_pool *mem, struct volume_group *vg, struct physical_volume *pv, const char *dev_dir) argument
221 _flatten_vg(struct format_instance *fid, struct dm_pool *mem, struct volume_group *vg, struct dm_list *pvds, const char *dev_dir, struct dev_filter *filter) argument
245 _format1_vg_write(struct format_instance *fid, struct volume_group *vg, struct metadata_area *mda __attribute((unused))) argument
410 _format1_vg_setup(struct format_instance *fid, struct volume_group *vg) argument
[all...]
H A Dimport-export.c55 import_pv(const struct format_type *fmt, struct dm_pool *mem, struct device *dev, struct volume_group *vg, struct physical_volume *pv, struct pv_disk *pvd, struct vg_disk *vgd) argument
142 export_pv(struct cmd_context *cmd, struct dm_pool *mem __attribute((unused)), struct volume_group *vg, struct pv_disk *pvd, struct physical_volume *pv) argument
218 import_vg(struct dm_pool *mem, struct volume_group *vg, struct disk_list *dl) argument
263 export_vg(struct vg_disk *vgd, struct volume_group *vg) argument
345 _export_lv(struct lv_disk *lvd, struct volume_group *vg, struct logical_volume *lv, const char *dev_dir) argument
426 import_pvs(const struct format_type *fmt, struct dm_pool *mem, struct volume_group *vg, struct dm_list *pvds, struct dm_list *results, uint32_t *count) argument
450 _add_lv(struct dm_pool *mem, struct volume_group *vg, struct lv_disk *lvd) argument
473 import_lvs(struct dm_pool *mem, struct volume_group *vg, struct dm_list *pvds) argument
493 export_lvs(struct disk_list *dl, struct volume_group *vg, struct physical_volume *pv, const char *dev_dir) argument
559 import_snapshots(struct dm_pool *mem __attribute((unused)), struct volume_group *vg, struct dm_list *pvds) argument
627 export_uuids(struct disk_list *dl, struct volume_group *vg) argument
[all...]
H A Dimport-extents.c109 static int _fill_maps(struct dm_hash_table *maps, struct volume_group *vg, argument
340 int import_extents(struct cmd_context *cmd, struct volume_group *vg, argument
47 _create_lv_maps(struct dm_pool *mem, struct volume_group *vg) argument
/netbsd-current/external/gpl2/lvm2/dist/lib/format_text/
H A Darchive.c227 int archive_vg(struct volume_group *vg, argument
300 struct volume_group *vg = NULL; local
[all...]
H A Darchiver.c98 static int __archive(struct volume_group *vg) argument
110 int archive(struct volume_group *vg) argument
200 __backup(struct volume_group *vg) argument
218 backup_locally(struct volume_group *vg) argument
253 backup(struct volume_group *vg) argument
281 struct volume_group *vg = NULL; local
305 backup_restore_vg(struct cmd_context *cmd, struct volume_group *vg) argument
355 struct volume_group *vg; local
388 backup_to_file(const char *file, const char *desc, struct volume_group *vg) argument
426 check_current_backup(struct volume_group *vg) argument
[all...]
/netbsd-current/external/gpl2/lvm2/dist/lib/snapshot/
H A Dsnapshot.c187 struct volume_group *vg; local
225 struct volume_group *vg = seg->lv->vg; local
[all...]
/netbsd-current/external/gpl2/lvm2/dist/liblvm/
H A Dlvm_vg.c32 struct volume_group *vg; local
44 int lvm_vg_extend(vg_t vg, const char *device) argument
72 lvm_vg_reduce(vg_t vg, const char *device) argument
84 lvm_vg_set_extent_size(vg_t vg, uint32_t new_size) argument
96 lvm_vg_write(vg_t vg) argument
137 lvm_vg_close(vg_t vg) argument
146 lvm_vg_remove(vg_t vg) argument
163 struct volume_group *vg; local
184 lvm_vg_list_pvs(vg_t vg) argument
211 lvm_vg_list_lvs(vg_t vg) argument
238 lvm_vg_get_seqno(const vg_t vg) argument
243 lvm_vg_is_clustered(const vg_t vg) argument
248 lvm_vg_is_exported(const vg_t vg) argument
253 lvm_vg_is_partial(const vg_t vg) argument
259 lvm_vg_get_size(const vg_t vg) argument
264 lvm_vg_get_free_size(const vg_t vg) argument
269 lvm_vg_get_extent_size(const vg_t vg) argument
274 lvm_vg_get_extent_count(const vg_t vg) argument
279 lvm_vg_get_free_extent_count(const vg_t vg) argument
284 lvm_vg_get_pv_count(const vg_t vg) argument
289 lvm_vg_get_max_pv(const vg_t vg) argument
294 lvm_vg_get_max_lv(const vg_t vg) argument
299 lvm_vg_get_uuid(const vg_t vg) argument
310 lvm_vg_get_name(const vg_t vg) argument
[all...]
/netbsd-current/external/gpl2/lvm2/dist/test/api/
H A Dtest.c159 vg_t vg; local
208 vg_t vg; local
269 vg_t vg; local
298 vg_t vg; local
337 vg_t vg=NULL; local
352 vg_t vg; local
371 vg_t vg; local
390 vg_t vg; local
409 vg_t vg; local
426 _show_one_vg(vg_t vg) argument
444 vg_t vg; local
499 vg_t vg; local
573 vg_t vg; local
[all...]
/netbsd-current/external/gpl2/lvm2/dist/daemons/clvmd/
H A Dlvm-functions.c631 char vg[128]; local
683 char lv[64], vg[64], flags[25], vg_flags[25]; local
778 struct volume_group * vg; local
[all...]
/netbsd-current/external/gpl2/lvm2/dist/lib/display/
H A Ddisplay.c662 vgdisplay_full(const struct volume_group *vg) argument
738 vgdisplay_colons(const struct volume_group *vg) argument
787 vgdisplay_short(const struct volume_group *vg) argument
[all...]

Completed in 321 milliseconds

123