Searched refs:lock_policy_res2 (Results 1 – 4 of 4) sorted by relevance
606 intent->it_status = (int)lockrep->lock_policy_res2; in mdc_finish_enqueue()917 lockrep->lock_policy_res2 = in mdc_enqueue()918 ptlrpc_status_ntoh(lockrep->lock_policy_res2); in mdc_enqueue()923 (int)lockrep->lock_policy_res2 == -EINPROGRESS) { in mdc_enqueue()1245 lockrep->lock_policy_res2 = in mdc_intent_getattr_async_interpret()1246 ptlrpc_status_ntoh(lockrep->lock_policy_res2); in mdc_intent_getattr_async_interpret()
3058 LASSERTF((int)offsetof(struct ldlm_reply, lock_policy_res2) == 104, "found %lld\n", in lustre_assert_wire_constants()3059 (long long)(int)offsetof(struct ldlm_reply, lock_policy_res2)); in lustre_assert_wire_constants()3060 LASSERTF((int)sizeof(((struct ldlm_reply *)0)->lock_policy_res2) == 8, "found %lld\n", in lustre_assert_wire_constants()3061 (long long)(int)sizeof(((struct ldlm_reply *)0)->lock_policy_res2)); in lustre_assert_wire_constants()
2269 __swab64s(&r->lock_policy_res2); in lustre_swab_ldlm_reply()
2831 __u64 lock_policy_res2; member