Searched refs:lock_policy_res1 (Results 1 – 5 of 5) sorted by relevance
2098 rep->lock_policy_res1 = in osc_enqueue_fini()2099 ptlrpc_status_ntoh(rep->lock_policy_res1); in osc_enqueue_fini()2100 if (rep->lock_policy_res1) in osc_enqueue_fini()2101 rc = rep->lock_policy_res1; in osc_enqueue_fini()
591 intent->it_disposition = (int)lockrep->lock_policy_res1; in mdc_finish_enqueue()
3052 LASSERTF((int)offsetof(struct ldlm_reply, lock_policy_res1) == 96, "found %lld\n", in lustre_assert_wire_constants()3053 (long long)(int)offsetof(struct ldlm_reply, lock_policy_res1)); in lustre_assert_wire_constants()3054 LASSERTF((int)sizeof(((struct ldlm_reply *)0)->lock_policy_res1) == 8, "found %lld\n", in lustre_assert_wire_constants()3055 (long long)(int)sizeof(((struct ldlm_reply *)0)->lock_policy_res1)); in lustre_assert_wire_constants()
2033 __swab64s(&r->lock_policy_res1); in lustre_swab_ldlm_reply()
2811 __u64 lock_policy_res1; member