Searched refs:LOCK_WRITE (Results 1 – 4 of 4) sorted by relevance
156 case LOCK_WRITE: return "Write"; in lockd_type()393 if (the_lock.type == LOCK_WRITE && the_lock.remote_daemon == NULL) in daemon_alive()432 if (wait == 0 && lock_wanted.type == LOCK_WRITE) { in check_for_write_lock()433 the_lock.type = LOCK_WRITE; in check_for_write_lock()449 the_lock.type == LOCK_WRITE) { in lock_granted()461 if ((the_lock.type != LOCK_WRITE && in lock_granted()463 (the_lock.type == LOCK_WRITE && in lock_granted()492 case LOCK_WRITE: in try_lock()526 the_lock.type = LOCK_WRITE; in try_lock()623 if (the_lock.type != LOCK_WRITE) in queue_lock()[all …]
35 LOCK_WRITE, /* ask for write lock */ enumerator
170 send_cmd(LOCK_WRITE); in cfg_lockd_wrlock()
2017 case LOCK_WRITE: in cfg_get_lock()