Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_request.c2157 rep->lock_policy_res1 = in osc_enqueue_fini()
2158 ptlrpc_status_ntoh(rep->lock_policy_res1); in osc_enqueue_fini()
2159 if (rep->lock_policy_res1) in osc_enqueue_fini()
2160 rc = rep->lock_policy_res1; in osc_enqueue_fini()
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_locks.c603 intent->it_disposition = (int)lockrep->lock_policy_res1; in mdc_finish_enqueue()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3054 LASSERTF((int)offsetof(struct ldlm_reply, lock_policy_res1) == 96, "found %lld\n", in lustre_assert_wire_constants()
3055 (long long)(int)offsetof(struct ldlm_reply, lock_policy_res1)); in lustre_assert_wire_constants()
3056 LASSERTF((int)sizeof(((struct ldlm_reply *)0)->lock_policy_res1) == 8, "found %lld\n", in lustre_assert_wire_constants()
3057 (long long)(int)sizeof(((struct ldlm_reply *)0)->lock_policy_res1)); in lustre_assert_wire_constants()
Dpack_generic.c2240 __swab64s(&r->lock_policy_res1); in lustre_swab_ldlm_reply()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2835 __u64 lock_policy_res1; member