Home
last modified time | relevance | path

Searched refs:LOCKED (Results 1 – 16 of 16) sorted by relevance

/dragonfly/contrib/lvm2/dist/tools/
H A Dpvmove.c162 lv->status |= LOCKED; in _insert_pvmove_mirrors()
194 lv_mirr->status |= (PVMOVE | LOCKED); in _set_up_pvmove_lv()
229 if (lv->status & LOCKED) { in _set_up_pvmove_lv()
480 lvl->lv->status &= ~LOCKED; in _finish_pvmove()
H A Dlvconvert.c846 if (org->status & (LOCKED|PVMOVE|MIRRORED) || lv_is_cow(org)) { in lvconvert_snapshot()
848 org->status & LOCKED ? "locked" : in lvconvert_snapshot()
903 if (lv->status & LOCKED) { in lvconvert_single()
H A Dlvresize.c328 if (lv->status & LOCKED) { in _lvresize()
H A Dlvchange.c171 if (lv->status & LOCKED) { in lvchange_resync()
H A Dtoollib.c1282 } else if ((lv->status & LOCKED) && in lv_spawn_background_polling()
/dragonfly/usr.sbin/periodic/
H A Dperiodic.sh52 lockf -t 0 "${lockfile}" /bin/sh $0 LOCKED "$arg"
/dragonfly/contrib/lvm2/dist/lib/format_text/
H A Dflags.c59 {LOCKED, "LOCKED", STATUS_FLAG},
/dragonfly/contrib/lvm2/dist/liblvm/
H A Dlvm_lv.c149 if (lv->status & LOCKED) { in lvm_lv_activate()
/dragonfly/contrib/lvm2/dist/lib/metadata/
H A Dmerge.c45 if (lv->status & LOCKED || lv->status & PVMOVE) in lv_merge_segments()
H A Dmirror.c50 && !(lv->status & LOCKED)) in is_temporary_mirror_layer()
1526 MIRROR_IMAGE | (lv->status & LOCKED), in add_mirror_images()
H A Dlv_manip.c1663 if (lv->status & LOCKED) { in _rename_single_lv()
1787 if (lv->status & LOCKED) { in lv_rename()
2088 if (lv->status & LOCKED) { in lv_remove_single()
2942 if (org->status & LOCKED) { in lv_create_single()
H A Dmetadata-exported.h56 #define LOCKED 0x00004000U /* LV */ macro
/dragonfly/contrib/lvm2/dist/include/
H A Dmetadata-exported.h56 #define LOCKED 0x00004000U /* LV */ macro
/dragonfly/sys/dev/netif/oce/
H A Doce_if.h541 #define LOCKED(ocelock) lockowned(&(ocelock)->lock) macro
/dragonfly/contrib/lvm2/dist/lib/activate/
H A Ddev_manager.c1296 if ((lv->status & PVMOVE) || (lv->status & LOCKED)) in dev_manager_preload()
/dragonfly/contrib/lvm2/dist/lib/report/
H A Dreport.c350 if (lv->status & LOCKED) in _lvstatus_disp()