Home
last modified time | relevance | path

Searched refs:sync_unlock (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/daemons/clvmd/
H A Dlvm-functions.c226 if ((status = sync_unlock(resource, lvi->lock_id))) in destroy_lvhash()
300 status = sync_unlock(resource, lvi->lock_id); in hold_unlock()
637 sync_unlock("P_" VG_ORPHANS, LCK_EXCL); in drop_vg_locks()
638 sync_unlock("P_" VG_GLOBAL, LCK_EXCL); in drop_vg_locks()
658 sync_unlock(vg, LCK_EXCL); in drop_vg_locks()
H A Dclvmd-command.c230 status = sync_unlock(lockname, lkid); in lock_vg()
317 sync_unlock("CLVMD_TEST", (int) (long) client->bits.localsock.private); in do_post_command()
352 sync_unlock(lockname, lkid); in cmd_client_cleanup()
H A Dclvmd-comms.h55 int (*sync_unlock) (const char *resource, int lockid); member
H A Dclvmd.h126 int sync_unlock(const char *resource, int lockid);
H A Dclvmd-cman.c516 .sync_unlock = _sync_unlock,
H A Dclvmd-corosync.c642 .sync_unlock = _unlock_resource,
H A Dclvmd-openais.c709 .sync_unlock = _sync_unlock,
H A Dclvmd-gulm.c1010 .sync_unlock = _sync_unlock,
H A Dclvmd.c2050 int sync_unlock(const char *resource, int lockid) in sync_unlock() function
2052 return clops->sync_unlock(resource, lockid); in sync_unlock()