Lines Matching refs:LOCK_NOTLOCKED
154 case LOCK_NOTLOCKED: return "NotLocked"; in lockd_type()
495 case LOCK_NOTLOCKED: in try_lock()
538 the_lock.type = LOCK_NOTLOCKED; in try_lock()
589 if (the_lock.type == LOCK_NOTLOCKED && the_lock.state == STATE_ASKED) { in queue_lock()
635 case LOCK_NOTLOCKED: in lock_stat()
764 the_lock.type = LOCK_NOTLOCKED; in xxunlock()
777 if (method == NORMAL_UNLOCK && is_duplicate(LOCK_NOTLOCKED, pid, seq)) { in local_unlock()
839 case LOCK_NOTLOCKED: in lockedby()
840 send_lockmsg(LOCK_NOTLOCKED, (pid_t)0, d, seq); in lockedby()
989 case LOCK_NOTLOCKED: in dispatch()
992 if (the_lock.type != LOCK_NOTLOCKED) { in dispatch()
1017 if (the_lock.type != LOCK_NOTLOCKED) in purge_pid()
1365 if (the_lock.type != LOCK_NOTLOCKED && in lintmain()