Searched refs:get_lock_matching_unlock (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.3-release/usr.sbin/rpc.lockd/
H A Dlockd_lock.c188 struct file_lock * get_lock_matching_unlock(const struct file_lock *fl);
719 * get_lock_matching_unlock: Return a lock which matches the given unlock lock
724 get_lock_matching_unlock(const struct file_lock *fl) function
728 debuglog("Entering get_lock_matching_unlock\n");
748 debuglog("get_lock_matching_unlock: Filehandles match, "
756 debuglog("get_lock_matching_unlock: Region overlap"
765 debuglog("get_lock_matching_unlock: Duplicate lock id. Granting\n");
997 mfl = get_lock_matching_unlock(fl);

Completed in 50 milliseconds