Searched refs:lock_policy_res2 (Results 1 – 4 of 4) sorted by relevance
592 intent->it_status = (int)lockrep->lock_policy_res2; in mdc_finish_enqueue()883 lockrep->lock_policy_res2 = in mdc_enqueue()884 ptlrpc_status_ntoh(lockrep->lock_policy_res2); in mdc_enqueue()889 (int)lockrep->lock_policy_res2 == -EINPROGRESS) { in mdc_enqueue()1211 lockrep->lock_policy_res2 = in mdc_intent_getattr_async_interpret()1212 ptlrpc_status_ntoh(lockrep->lock_policy_res2); in mdc_intent_getattr_async_interpret()
3056 LASSERTF((int)offsetof(struct ldlm_reply, lock_policy_res2) == 104, "found %lld\n", in lustre_assert_wire_constants()3057 (long long)(int)offsetof(struct ldlm_reply, lock_policy_res2)); in lustre_assert_wire_constants()3058 LASSERTF((int)sizeof(((struct ldlm_reply *)0)->lock_policy_res2) == 8, "found %lld\n", in lustre_assert_wire_constants()3059 (long long)(int)sizeof(((struct ldlm_reply *)0)->lock_policy_res2)); in lustre_assert_wire_constants()
2034 __swab64s(&r->lock_policy_res2); in lustre_swab_ldlm_reply()
2812 __u64 lock_policy_res2; member