Home
last modified time | relevance | path

Searched refs:remote_lock_held (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/include/
H A Dlocking.h30 int remote_lock_held(const char *vol);
/netbsd-src/external/gpl2/lvm2/dist/lib/locking/
H A Dlocking.h30 int remote_lock_held(const char *vol);
H A Dlocking.c524 int remote_lock_held(const char *vol) in remote_lock_held() function
/netbsd-src/external/gpl2/lvm2/dist/lib/activate/
H A Dactivate.c707 if ((ret = remote_lock_held(lv->lvid.s)) >= 0) in lv_is_active()