Lines Matching full:exclusive
298 * before an exclusive lock is granted. The in nlm_advlock_internal()
301 * blocked exclusive lock request. We in nlm_advlock_internal()
551 dst->exclusive = src->exclusive; in nlm_convert_to_nlm4_holder()
577 args1.exclusive = args->exclusive; in nlm_test_rpc()
609 args1.exclusive = args->exclusive; in nlm_lock_rpc()
638 args1.exclusive = args->exclusive; in nlm_cancel_rpc()
769 int retry, block, exclusive; in nlm_setlock() local
777 exclusive = (fl->l_type == F_WRLCK); in nlm_setlock()
784 args.exclusive = exclusive; in nlm_setlock()
867 cancel.exclusive = exclusive; in nlm_setlock()
1042 int exclusive; in nlm_getlock() local
1050 exclusive = (fl->l_type == F_WRLCK); in nlm_getlock()
1056 args.exclusive = exclusive; in nlm_getlock()
1099 if (h->exclusive) in nlm_getlock()