Searched refs:nlm_lck_blocked (Results 1 – 5 of 5) sorted by relevance
109 block->b_status = nlm_lck_blocked; in nlmclnt_prepare_block()150 block->b_status != nlm_lck_blocked, in nlmclnt_block()156 block->b_status = nlm_lck_blocked; in nlmclnt_block()
539 resp->status = nlm_lck_blocked; in nlmclnt_lock()549 if (resp->status != nlm_lck_blocked) in nlmclnt_lock()555 if (resp->status != nlm_lck_blocked) in nlmclnt_lock()562 if (resp->status == nlm_lck_blocked) { in nlmclnt_lock()
554 ret = async_block ? nlm_lck_blocked : nlm_lck_denied; in nlmsvc_lock()571 ret = nlm_lck_blocked; in nlmsvc_lock()
29 case nlm_lck_blocked: in cast_to_nlm()
32 #define nlm_lck_blocked cpu_to_be32(NLM_LCK_BLOCKED) macro