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()
540 resp->status = nlm_lck_blocked; in nlmclnt_lock()550 if (resp->status != nlm_lck_blocked) in nlmclnt_lock()556 if (resp->status != nlm_lck_blocked) in nlmclnt_lock()563 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()
33 #define nlm_lck_blocked cpu_to_be32(NLM_LCK_BLOCKED) macro
Completed in 9 milliseconds