OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pv_pe_count
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/gpl2/lvm2/dist/tools/
pvscan.c
82
display_size(cmd, (uint64_t)
pv_pe_count
(pv) *
84
display_size(cmd, (uint64_t) (
pv_pe_count
(pv) -
94
display_size(cmd, (uint64_t)
pv_pe_count
(pv) *
96
display_size(cmd, (uint64_t) (
pv_pe_count
(pv) -
172
size_total +=
pv_pe_count
(pv) * pv_pe_size(pv);
vgconvert.c
124
pe_end =
pv_pe_count
(existing_pv) * pv_pe_size(existing_pv)
130
pe_start,
pv_pe_count
(existing_pv),
pvcreate.c
68
pp->extent_count =
pv_pe_count
(existing_pv);
pvdisplay.c
59
size = (
pv_pe_count
(pv) - pv_pe_alloc_count(pv)) *
vgreduce.c
425
vg->free_count -=
pv_pe_count
(pv) - pv_pe_alloc_count(pv);
426
vg->extent_count -=
pv_pe_count
(pv);
pvchange.c
171
orig_pe_count =
pv_pe_count
(pv);
/src/external/gpl2/lvm2/dist/test/
t-lvextend-percent-extents.sh
88
pe_count=$(pvs -o
pv_pe_count
--noheadings $dev1)
/src/external/gpl2/lvm2/dist/lib/metadata/
metadata.c
339
vg_from->extent_count -=
pv_pe_count
(pv);
340
vg_to->extent_count +=
pv_pe_count
(pv);
342
vg_from->free_count -=
pv_pe_count
(pv) - pv_pe_alloc_count(pv);
343
vg_to->free_count +=
pv_pe_count
(pv) - pv_pe_alloc_count(pv);
655
vg->free_count -=
pv_pe_count
(pv) - pv_pe_alloc_count(pv);
656
vg->extent_count -=
pv_pe_count
(pv);
3568
uint32_t
pv_pe_count
(const struct physical_volume *pv)
function
metadata-exported.h
719
uint32_t
pv_pe_count
(const struct physical_volume *pv);
/src/external/gpl2/lvm2/dist/include/
metadata-exported.h
719
uint32_t
pv_pe_count
(const struct physical_volume *pv);
Completed in 49 milliseconds
Indexes created Sat Jun 06 00:24:59 UTC 2026