dlm_unlock_wait (3) Linux Manual Page
NAME dlm_unlock – unlock a DLM lock SYNOPSIS #include <libdlm.h> int dlm_unlock(uint32_t lkid, uint32_t flags, struct dlm_lksb *lksb, void *astarg); int dlm_unlock_wait(uint32_t lkid, uint32_t flags, struct dlm_lksb *lksb); DESCRIPTION dlm_unlock() unlocks a lock previously acquired by dlm_lock and its variants. Unless dlm_unlock_wait() is used unlocks are also asynchronous. The AST routine is called when the…
