Home
last modified time | relevance | path

Searched refs:vg_is_clustered (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/tools/
H A Dlvchange.c41 if ((lv->status & MIRRORED) && (vg_is_clustered(lv->vg)) && in lvchange_permission()
209 if (vg_is_clustered(lv->vg) && lv_is_active(lv)) { in lvchange_resync()
221 vg_is_clustered(lv->vg) ? "clustered " : "", in lvchange_resync()
H A Dvgcreate.c105 if (vg_is_clustered(vg)) { in vgcreate()
H A Dvgchange.c255 if (clustered && (vg_is_clustered(vg))) { in _vgchange_clustered()
261 if (!clustered && !(vg_is_clustered(vg))) { in _vgchange_clustered()
H A Dpvmove.c54 if (vg_is_clustered(vg)) in _pvmove_is_exclusive()
H A Dtoollib.c1196 vp_def->clustered = vg_is_clustered(vg); in vgcreate_params_set_defaults()
/netbsd-src/external/gpl2/lvm2/dist/include/
H A Dlocking.h123 (vg_is_clustered((lv)->vg) ? LCK_CLUSTER_VG : 0)
H A Dmetadata-exported.h738 #define vg_is_clustered(vg) (vg_status((vg)) & CLUSTERED) macro
/netbsd-src/external/gpl2/lvm2/dist/lib/locking/
H A Dlocking.h123 (vg_is_clustered((lv)->vg) ? LCK_CLUSTER_VG : 0)
/netbsd-src/external/gpl2/lvm2/dist/lib/mirror/
H A Dmirrored.c256 (vg_is_clustered(seg->lv->vg)))) in _add_log()
540 if (vg_is_clustered(seg->lv->vg) && in _mirrored_modules_needed()
/netbsd-src/external/gpl2/lvm2/dist/liblvm/
H A Dlvm_vg.c245 return vg_is_clustered(vg); in lvm_vg_is_clustered()
/netbsd-src/external/gpl2/lvm2/dist/lib/format_text/
H A Darchiver.c255 if (vg_is_clustered(vg)) in backup()
/netbsd-src/external/gpl2/lvm2/dist/lib/metadata/
H A Dmirror.c1247 } else if (vg_is_clustered(vg)) { in remove_mirror_log()
1404 if (vg_is_clustered(lv->vg) && in add_mirror_log()
H A Dmetadata.c1858 if (vg_is_clustered(vg_to) != vg_is_clustered(vg_from)) { in vgs_are_compatible()
3230 (vg_is_clustered(vg)) && !locking_is_clustered()) { in _vg_bad_status_bits()
3354 if (vg_is_clustered(vg) && !locking_is_clustered()) { in _vg_lock_and_read()
H A Dmetadata-exported.h738 #define vg_is_clustered(vg) (vg_status((vg)) & CLUSTERED) macro
H A Dlv_manip.c2106 vg_is_clustered(vg) ? "clustered " : "", in lv_remove_single()
2915 if (vg_is_clustered(vg)) { in lv_create_single()
/netbsd-src/external/gpl2/lvm2/dist/lib/display/
H A Ddisplay.c691 if (vg_is_clustered(vg)) { in vgdisplay_full()
/netbsd-src/external/gpl2/lvm2/dist/lib/format1/
H A Dimport-export.c274 if (vg_is_clustered(vg)) in export_vg()
/netbsd-src/external/gpl2/lvm2/dist/lib/activate/
H A Dactivate.c704 if (!vg_is_clustered(lv->vg)) in lv_is_active()
H A Ddev_manager.c963 if (vg_is_clustered(seg->lv->vg)) { in _add_segment_to_dtree()
/netbsd-src/external/gpl2/lvm2/dist/lib/report/
H A Dreport.c443 if (vg_is_clustered(vg)) in _vgstatus_disp()
/netbsd-src/external/gpl2/lvm2/dist/
H A DWHATS_NEW569 Add vg_is_clustered() helper function.