Home
last modified time | relevance | path

Searched defs:pv (Results 1 – 25 of 61) sorted by relevance

123

/dflybsd-src/contrib/lvm2/dist/lib/metadata/
H A Dpv_manip.c27 struct physical_volume *pv, in _alloc_pv_segment()
50 int alloc_pv_segment_whole_pv(struct dm_pool *mem, struct physical_volume *pv) in alloc_pv_segment_whole_pv()
87 static int _pv_split_segment(struct physical_volume *pv, struct pv_segment *peg, in _pv_split_segment()
112 int pv_split_segment(struct physical_volume *pv, uint32_t pe) in pv_split_segment()
140 struct pv_segment *assign_peg_to_lvseg(struct physical_volume *pv, in assign_peg_to_lvseg()
252 struct physical_volume *pv; in check_pv_segments() local
338 static int _reduce_pv(struct physical_volume *pv, struct volume_group *vg, uint32_t new_pe_count) in _reduce_pv()
380 static int _extend_pv(struct physical_volume *pv, struct volume_group *vg, in _extend_pv()
411 int pv_resize(struct physical_volume *pv, in pv_resize()
H A Dmetadata.c66 unsigned long set_pe_align(struct physical_volume *pv, unsigned long data_alignment) in set_pe_align()
114 unsigned long set_pe_align_offset(struct physical_volume *pv, in set_pe_align_offset()
153 struct physical_volume *pv) in add_pv_to_vg()
283 struct physical_volume *pv) in get_pv_from_vg_by_id()
318 struct physical_volume *pv; in move_pv() local
510 struct physical_volume *pv; in vg_remove() local
571 struct physical_volume *pv; in vg_extend_single_pv() local
625 struct physical_volume *pv; in vg_reduce() local
920 struct physical_volume *pv; in vg_set_extent_size() local
1195 struct physical_volume *pv; in pvcreate_check() local
[all …]
H A Dpv_map.h40 struct physical_volume *pv; member
/dflybsd-src/contrib/lvm2/dist/liblvm/
H A Dlvm_pv.c22 char *lvm_pv_get_uuid(const pv_t pv) in lvm_pv_get_uuid()
33 char *lvm_pv_get_name(const pv_t pv) in lvm_pv_get_name()
43 uint64_t lvm_pv_get_mda_count(const pv_t pv) in lvm_pv_get_mda_count()
48 int lvm_pv_resize(const pv_t pv, uint64_t new_size) in lvm_pv_resize()
/dflybsd-src/sys/platform/pc64/x86_64/
H A Dpmap.c114 #define pv_lock(pv) _pv_lock(pv \ argument
116 #define pv_hold_try(pv) _pv_hold_try(pv \ argument
121 #define pv_free(pv, pvp) _pv_free(pv, pvp PMAP_DEBUG_ARGS) argument
130 #define pv_lock(pv) _pv_lock(pv) argument
131 #define pv_hold_try(pv) _pv_hold_try(pv) argument
133 #define pv_free(pv, pvp) _pv_free(pv, pvp) argument
569 pv_cache(pmap_t pmap, pv_entry_t pv, vm_pindex_t pindex) in pv_cache()
585 pv_entry_t pv; in pv_entry_lookup() local
666 pv_pte_lookup(pv_entry_t pv, vm_pindex_t pindex) in pv_pte_lookup()
737 pv_entry_t pv; in pmap_pt() local
[all …]
/dflybsd-src/contrib/lvm2/dist/tools/
H A Dpvscan.c24 struct physical_volume *pv, in _pvscan_display_single()
110 struct physical_volume *pv; in pvscan() local
H A Dpvchange.c22 static int _pvchange_single(struct cmd_context *cmd, struct physical_volume *pv, in _pvchange_single()
217 struct physical_volume *pv; in pvchange() local
H A Dpvresize.c30 struct physical_volume *pv, in _pv_resize_single()
174 struct physical_volume *pv, in _pvresize_single()
H A Dreporter.c128 struct physical_volume *pv, void *handle) in _pvsegs_single()
135 struct physical_volume *pv, void *handle) in _pvs_single()
182 struct physical_volume *pv, void *handle) in _label_single()
H A Dpvmove.c102 struct physical_volume *pv, in _get_allocatable_pvs()
358 struct physical_volume *pv; in _set_up_pvmove() local
551 struct physical_volume *pv; in _get_move_vg() local
H A Dvgreduce.c173 struct physical_volume *pv; in _make_vg_consistent() local
382 struct physical_volume *pv, in _vgreduce_single()
H A Dvgimport.c26 struct physical_volume *pv; in vgimport_single() local
H A Dvgexport.c26 struct physical_volume *pv; in vgexport_single() local
H A Dtoollib.c340 struct physical_volume *pv, in process_each_segment_in_pv()
583 struct physical_volume * pv, in _process_all_devs()
586 struct physical_volume *pv; in _process_all_devs() local
635 struct physical_volume * pv, in process_each_pv()
644 struct physical_volume *pv; in process_each_pv() local
H A Dpvdisplay.c22 struct physical_volume *pv, void *handle) in _pvdisplay_single()
H A Dpvremove.c29 struct physical_volume *pv; in pvremove_check() local
/dflybsd-src/contrib/lvm2/dist/lib/format1/
H A Dformat1.c196 struct physical_volume *pv, in _flatten_pv()
267 struct physical_volume *pv, struct dm_list *mdas __attribute((unused)), in _format1_pv_read()
305 struct physical_volume *pv, struct volume_group *vg __attribute((unused))) in _format1_pv_setup()
356 static int _format1_pv_write(const struct format_type *fmt, struct physical_volume *pv, in _format1_pv_write()
H A Dimport-export.c57 struct physical_volume *pv, struct pv_disk *pvd, in import_pv()
144 struct pv_disk *pvd, struct physical_volume *pv) in export_pv()
392 struct logical_volume *lv, struct physical_volume *pv) in export_extents()
494 struct physical_volume *pv, const char *dev_dir) in export_lvs()
H A Dimport-extents.c36 struct physical_volume *pv; member
113 struct physical_volume *pv; in _fill_maps() local
H A Dlayout.c121 int calculate_extent_count(struct physical_volume *pv, uint32_t extent_size, in calculate_extent_count()
/dflybsd-src/contrib/tcsh-6/
H A Dsh.sem.c89 int pv[2]; in execute() local
795 Char **pv; in splicepipe() local
959 mypipe(int *pv) in mypipe()
H A Dsh.exec.c148 Char *dp, **pv, **opv, **av, *sav; in doexec() local
643 Char **pv; in dohash() local
813 Char **opv, **pv; in iscommand() local
1007 Char **pv; in tellmewhat() local
1086 Char **pv; in find_cmd() local
/dflybsd-src/contrib/lvm2/dist/lib/display/
H A Ddisplay.c310 void pvdisplay_colons(const struct physical_volume *pv) in pvdisplay_colons()
336 void pvdisplay_segments(const struct physical_volume *pv) in pvdisplay_segments()
365 const struct physical_volume *pv, in pvdisplay_full()
435 const struct physical_volume *pv, in pvdisplay_short()
/dflybsd-src/sys/platform/vkernel64/platform/
H A Dpmap.c1689 free_pv_entry(pv_entry_t pv) in free_pv_entry()
1759 pv_entry_t pv; in pmap_remove_entry() local
1798 pv_entry_t pv) in pmap_insert_entry()
2017 pv_entry_t pv; in pmap_remove_all() local
2107 pv_entry_t pv; in pmap_remove_specific() local
2270 pv_entry_t pv; in pmap_enter() local
2806 pv_entry_t pv; in pmap_testbit() local
2850 pv_entry_t pv; in pmap_clearbit() local
2995 pv_entry_t pv, pvf, pvn; in pmap_ts_referenced() local
/dflybsd-src/contrib/lvm2/dist/lib/report/
H A Dreport.c33 struct physical_volume *pv; member
241 const struct physical_volume *pv = in _pvfmt_disp() local
755 const struct physical_volume *pv = in _pvused_disp() local
771 const struct physical_volume *pv = in _pvfree_disp() local
787 const struct physical_volume *pv = in _pvsize_disp() local
861 const struct physical_volume *pv = in _pvmdas_disp() local
1166 #define pv physical_volume macro
1222 struct logical_volume *lv, struct physical_volume *pv, in report_object()

123