OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_orphan
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/gpl2/lvm2/dist/tools/
pvremove.c
52
if (
is_orphan
(pv) && !dm_list_size(&mdas)) {
65
if (
is_orphan
(pv))
86
!
is_orphan
(pv) ? " of volume group \"" : "",
87
!
is_orphan
(pv) ? pv_vg_name(pv) : "",
88
!
is_orphan
(pv) ? "\"" : "");
pvdisplay.c
32
if (!
is_orphan
(pv) && !vg) {
56
if (
is_orphan
(pv))
72
if (
is_orphan
(pv))
pvchange.c
57
if (!
is_orphan
(pv)) {
108
if (
is_orphan
(pv) &&
164
if (!
is_orphan
(pv)) {
190
if (!
is_orphan
(pv)) {
258
if (
is_orphan
(pv) && !dm_list_size(&mdas)) {
pvscan.c
67
if (
is_orphan
(pv)) {
150
|| (arg_count(cmd, novolumegroup_ARG) && (!
is_orphan
(pv)))) {
167
if (
is_orphan
(pv)) {
reporter.c
142
if (is_pv(pv) && !
is_orphan
(pv) && !vg) {
toollib.c
355
if (is_pv(pv) && !vg && !
is_orphan
(pv)) {
705
if (!scanned &&
is_orphan
(pv)) {
/src/external/gpl2/lvm2/dist/lib/metadata/
metadata.c
1211
if (pv &&
is_orphan
(pv)) {
1219
if (pv && !
is_orphan
(pv) && pp->force != DONT_PROMPT_OVERRIDE) {
1226
if (pv && !
is_orphan
(pv) && !pp->yes &&
1308
if (pv && !
is_orphan
(pv) && pp->force) {
1311
!
is_orphan
(pv) ? " of volume group \"" : "",
1312
!
is_orphan
(pv) ? pv_vg_name(pv) : "",
1313
!
is_orphan
(pv) ? "\"" : "");
3149
*
is_orphan
- Determine whether a pv is an orphan based on its vg_name
3152
int
is_orphan
(const struct physical_volume *pv)
function
metadata-exported.h
414
int
is_orphan
(const struct physical_volume *pv);
/src/external/gpl2/lvm2/dist/include/
metadata-exported.h
414
int
is_orphan
(const struct physical_volume *pv);
/src/external/gpl2/lvm2/dist/lib/display/
display.c
385
is_orphan
(pv) ? "" : pv->vg_name,
/src/external/gpl2/lvm2/dist/lib/format1/
import-export.c
154
if (pv->vg_name && !
is_orphan
(pv)) {
Completed in 21 milliseconds
Indexes created Sat Jun 06 00:24:59 UTC 2026