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_status
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/gpl2/lvm2/dist/tools/
pvscan.c
76
if (
pv_status
(pv) & EXPORTED_VG) {
149
&& !(
pv_status
(pv) & EXPORTED_VG))
pvdisplay.c
68
if (
pv_status
(pv) & EXPORTED_VG)
pvchange.c
116
if (allocatable && (
pv_status
(pv) & ALLOCATABLE_PV)) {
123
if (!allocatable && !(
pv_status
(pv) & ALLOCATABLE_PV)) {
/src/external/gpl2/lvm2/dist/lib/format1/
lvm1-label.c
76
exported = pvd->
pv_status
& VG_EXPORTED;
format1.c
45
exported = dl->pvd.
pv_status
& VG_EXPORTED;
50
if (exported != (dl->pvd.
pv_status
& VG_EXPORTED)) {
54
if (dl->pvd.
pv_status
& VG_EXPORTED)
disk-rep.h
66
#define PV_ACTIVE 0x01 /*
pv_status
*/
90
uint32_t
pv_status
;
member in struct:pv_disk
disk-rep.c
52
xx32(
pv_status
);
182
pvd->
pv_status
|= VG_EXPORTED;
import-export.c
89
if (pvd->
pv_status
& VG_EXPORTED)
666
if (dl->pvd.
pv_status
& PV_ACTIVE)
/src/external/gpl2/lvm2/dist/include/
metadata-exported.h
716
uint32_t
pv_status
(const struct physical_volume *pv);
/src/external/gpl2/lvm2/dist/lib/metadata/
metadata-exported.h
716
uint32_t
pv_status
(const struct physical_volume *pv);
metadata.c
3553
uint32_t
pv_status
(const struct physical_volume *pv)
function
Completed in 42 milliseconds
Indexes created Thu Aug 27 00:25:27 UTC 2026