Searched refs:MIRRORED (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/gpl2/lvm2/dist/lib/format_text/
H A Dflags.c63 {MIRRORED, NULL, 0},
H A Dimport_vsn1.c95 if (lv->status & MIRRORED) {
364 lv->status |= MIRRORED;
/netbsd-current/external/gpl2/lvm2/dist/tools/
H A Dlvconvert.c633 if (arg_count(cmd, regionsize_ARG) && (lv->status & MIRRORED) &&
644 if ((lv->status & MIRRORED) && dm_list_size(&lv->segments) != 1) {
659 if (!(lv->status & MIRRORED)) {
680 } else if (!(lv->status & MIRRORED)) {
846 if (org->status & (LOCKED|PVMOVE|MIRRORED) || lv_is_cow(org)) {
850 org->status & MIRRORED ? "mirrored" :
919 if (arg_count(cmd, repair_ARG) && !(lv->status & MIRRORED)) {
925 if (lv->status & MIRRORED) {
937 } else if (arg_count(cmd, mirrors_ARG) || (lv->status & MIRRORED)) {
H A Dvgsplit.c63 if ((lv->status & MIRRORED))
173 if (!(lv->status & MIRRORED))
H A Dlvchange.c41 if ((lv->status & MIRRORED) && (vg_is_clustered(lv->vg)) &&
160 if (!(lv->status & MIRRORED)) {
H A Dpvmove.c217 if (lv->status & MIRRORED) {
/netbsd-current/external/gpl2/lvm2/dist/lib/metadata/
H A Dmirror.c49 && lv->status & MIRRORED
64 if (!(lv->status & MIRRORED))
85 if (!(lv->status & MIRRORED))
564 lv->status &= ~MIRRORED;
576 lv->status &= ~MIRRORED;
H A Dmetadata-exported.h57 #define MIRRORED 0x00008000U /* LV - internal use only */ macro
H A Dlv_manip.c679 lv->status |= MIRRORED;
1485 lv->status |= MIRRORED;
1543 lv->status |= MIRRORED;
/netbsd-current/external/gpl2/lvm2/dist/lib/report/
H A Dreport.c312 else if (lv->status & MIRRORED) {
561 if (lv->status & MIRRORED) {
1067 if ((!(lv->status & PVMOVE) && !(lv->status & MIRRORED)) ||
/netbsd-current/external/gpl2/lvm2/dist/include/
H A Dmetadata-exported.h57 #define MIRRORED 0x00008000U /* LV - internal use only */ macro
/netbsd-current/external/gpl2/lvm2/dist/lib/display/
H A Ddisplay.c568 if (lv->status & MIRRORED) {
/netbsd-current/external/gpl2/lvm2/dist/lib/activate/
H A Ddev_manager.c1234 if (!dm->flush_required && (lv->status & MIRRORED) && !(lv->status & PVMOVE))

Completed in 132 milliseconds