OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VGS
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/gpl2/lvm2/dist/scripts/
lvm2_monitoring_init_rhel4
34
VGS
=`
vgs
--noheadings -o name 2> /dev/null`
35
for vg in $
VGS
52
VGS
=`
vgs
--noheadings -o name 2> /dev/null`
53
for vg in $
VGS
lvm2_monitoring_init_red_hat
40
VGS
=${sbindir}/
vgs
50
VGSLIST=`$
VGS
--noheadings -o name 2> /dev/null`
68
VGSLIST=`$
VGS
--noheadings -o name 2> /dev/null`
lvm2_monitoring_init_red_hat.in
40
VGS
=${sbindir}/
vgs
50
VGSLIST=`$
VGS
--noheadings -o name 2> /dev/null`
68
VGSLIST=`$
VGS
--noheadings -o name 2> /dev/null`
clvmd_init_red_hat
28
VGS
=${sbindir}/
vgs
63
action "Activating
VGs
:" $VGCHANGE -ayl || rtrn=$?
clvmd_init_red_hat.in
28
VGS
=${sbindir}/
vgs
63
action "Activating
VGs
:" $VGCHANGE -ayl || rtrn=$?
/src/external/gpl2/lvm2/dist/lib/report/
columns.h
20
* (pvs/
vgs
/lvs).
52
* used to select fields via '-o' in the reporting commands (pvs/
vgs
/lvs).
98
FIELD(
VGS
, vg, STR, "Fmt", cmd, 3, vgfmt, "vg_fmt", "Type of metadata.")
99
FIELD(
VGS
, vg, STR, "VG UUID", id, 38, uuid, "vg_uuid", "Unique identifier.")
100
FIELD(
VGS
, vg, STR, "VG", name, 4, string, "vg_name", "Name.")
101
FIELD(
VGS
, vg, STR, "Attr", cmd, 5, vgstatus, "vg_attr", "Various attributes - see man page.")
102
FIELD(
VGS
, vg, NUM, "VSize", cmd, 5, vgsize, "vg_size", "Total size of VG in current units.")
103
FIELD(
VGS
, vg, NUM, "VFree", cmd, 5, vgfree, "vg_free", "Total amount of free space in current units.")
104
FIELD(
VGS
, vg, STR, "SYS ID", system_id, 6, string, "vg_sysid", "System ID indicating when and where it was created.")
105
FIELD(
VGS
, vg, NUM, "Ext", extent_size, 3, size32, "vg_extent_size", "Size of Physical Extents in current un (…)
[
all
...]
report.h
26
VGS
= 4,
report.c
1137
{
VGS
, "Volume Group", "vg_", _obj_get_vg },
/src/external/gpl2/lvm2/dist/include/
report.h
26
VGS
= 4,
/src/external/gpl2/lvm2/dist/tools/
reporter.c
260
case
VGS
:
376
else if ((report_type & LABEL) && (report_type &
VGS
))
390
case
VGS
:
438
int
vgs
(struct cmd_context *cmd, int argc, char **argv)
function
440
return _report(cmd, argc, argv,
VGS
);
Completed in 40 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026