Searched refs:nlm_lck_blocked (Results 1 – 5 of 5) sorted by relevance
107 block->b_status = nlm_lck_blocked; in nlmclnt_prepare_block()148 block->b_status != nlm_lck_blocked, in nlmclnt_block()154 block->b_status = nlm_lck_blocked; in nlmclnt_block()
527 resp->status = nlm_lck_blocked; in nlmclnt_lock()537 if (resp->status != nlm_lck_blocked) in nlmclnt_lock()543 if (resp->status != nlm_lck_blocked) in nlmclnt_lock()550 if (resp->status == nlm_lck_blocked) { in nlmclnt_lock()
28 case nlm_lck_blocked: in cast_to_nlm()
490 ret = nlm_lck_blocked; in nlmsvc_lock()
31 #define nlm_lck_blocked cpu_to_be32(NLM_LCK_BLOCKED) macro