Searched refs:nlm_lck_blocked (Results 1 – 5 of 5) sorted by relevance
93 block->b_status = nlm_lck_blocked; in nlmclnt_prepare_block()148 block->b_status != nlm_lck_blocked, in nlmclnt_wait()154 block->b_status = nlm_lck_blocked; in nlmclnt_wait()
549 resp->status = nlm_lck_blocked; in nlmclnt_lock()566 if (resp->status != nlm_lck_blocked) in nlmclnt_lock()572 if (block.b_status != nlm_lck_blocked) in nlmclnt_lock()576 if (resp->status == nlm_lck_blocked) in nlmclnt_lock()582 if (resp->status == nlm_lck_blocked) { in nlmclnt_lock()
556 ret = nlm_lck_blocked; in nlmsvc_lock()579 ret = async_block ? nlm_lck_blocked : nlm_lck_denied; in nlmsvc_lock()598 ret = nlm_lck_blocked; in nlmsvc_lock()
29 case nlm_lck_blocked: in cast_to_nlm()
33 #define nlm_lck_blocked cpu_to_be32(NLM_LCK_BLOCKED) macro