Home
last modified time | relevance | path

Searched refs:lock_policy_res1 (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_request.c2098 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()
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_locks.c591 intent->it_disposition = (int)lockrep->lock_policy_res1; in mdc_finish_enqueue()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3052 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()
Dpack_generic.c2033 __swab64s(&r->lock_policy_res1); in lustre_swab_ldlm_reply()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2811 __u64 lock_policy_res1; member