Searched refs:LOCK_LOCKED (Results 1 – 4 of 4) sorted by relevance
36 LOCK_LOCKED, /* lock has been taken */ enumerator
128 } while (message_buf.seq != seq || message_buf.message != LOCK_LOCKED); in read_reply()
157 case LOCK_LOCKED: return "Locked"; in lockd_type()437 take_lock(LOCK_LOCKED); in check_for_write_lock()487 take_lock(LOCK_LOCKED); in try_lock()503 take_lock(LOCK_LOCKED); in try_lock()717 send_lockmsg(LOCK_LOCKED, (pid_t)0, client, msg->seq); in local_lock()
193 #define LOCK_LOCKED 2 macro