Searched refs:nlm_lck_blocked (Results 1 – 5 of 5) sorted by relevance
99 block->b_status = nlm_lck_blocked; in nlmclnt_prepare_block()140 block->b_status != nlm_lck_blocked, in nlmclnt_block()
537 resp->status = nlm_lck_blocked; in nlmclnt_lock()547 if (resp->status != nlm_lck_blocked) in nlmclnt_lock()553 if (resp->status != nlm_lck_blocked) in nlmclnt_lock()560 if (resp->status == nlm_lck_blocked) { in nlmclnt_lock()
27 case nlm_lck_blocked: in cast_to_nlm()
466 ret = nlm_lck_blocked; in nlmsvc_lock()
31 #define nlm_lck_blocked cpu_to_be32(NLM_LCK_BLOCKED) macro