Searched refs:VISIBLE_LV (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl2/lvm2/dist/lib/metadata/
H A Dsnapshot_manip.c45 return lv->status & VISIBLE_LV ? 1 : 0;
109 lvid, LVM_READ | LVM_WRITE | VISIBLE_LV,
H A Dmetadata-exported.h51 #define VISIBLE_LV 0x00000040U /* LV */ macro
H A Dlv_manip.c2043 lv->status |= VISIBLE_LV;
2053 lv->status &= ~VISIBLE_LV;
2906 status |= lp->permission | VISIBLE_LV;
H A Dmirror.c1295 VISIBLE_LV | LVM_READ | LVM_WRITE,
H A Dmetadata.c2137 if (lvl->lv->status & VISIBLE_LV)
/netbsd-current/external/gpl2/lvm2/dist/lib/format_text/
H A Dflags.c57 {VISIBLE_LV, "VISIBLE", STATUS_FLAG},
/netbsd-current/external/gpl2/lvm2/dist/lib/format_pool/
H A Dimport_export.c87 lv->status |= VISIBLE_LV | LVM_READ | LVM_WRITE;
/netbsd-current/external/gpl2/lvm2/dist/tools/
H A Dreporter.c76 .status = VISIBLE_LV,
/netbsd-current/external/gpl2/lvm2/dist/include/
H A Dmetadata-exported.h51 #define VISIBLE_LV 0x00000040U /* LV */ macro
/netbsd-current/external/gpl2/lvm2/dist/lib/format1/
H A Dimport-export.c305 lv->status |= VISIBLE_LV;

Completed in 123 milliseconds