Home
last modified time | relevance | path

Searched refs:lock_handle (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_request.c87 struct lustre_handle lock_handle; member
581 &reply->lock_handle, in ldlm_cli_enqueue_fini()
584 lock->l_remote_handle = reply->lock_handle; in ldlm_cli_enqueue_fini()
597 lock, reply->lock_handle.cookie, *flags); in ldlm_cli_enqueue_fini()
930 body->lock_handle[0] = *lockh; in ldlm_cli_enqueue()
1038 body->lock_handle[0] = lock->l_remote_handle; in ldlm_cli_convert()
1153 dlm->lock_handle[dlm->lock_count++] = lock->l_remote_handle; in ldlm_cancel_pack()
2116 lock = ldlm_handle2lock(&aa->lock_handle); in replay_lock_interpret()
2119 aa->lock_handle.cookie, reply->lock_handle.cookie, in replay_lock_interpret()
2134 &reply->lock_handle, in replay_lock_interpret()
[all …]
Dldlm_lockd.c634 rc = ldlm_cli_cancel(&dlm_req->lock_handle[0], 0); in ldlm_callback_handler()
639 lock = ldlm_handle2lock_long(&dlm_req->lock_handle[0], 0); in ldlm_callback_handler()
642 dlm_req->lock_handle[0].cookie); in ldlm_callback_handler()
645 &dlm_req->lock_handle[0]); in ldlm_callback_handler()
666 dlm_req->lock_handle[0].cookie); in ldlm_callback_handler()
671 &dlm_req->lock_handle[0]); in ldlm_callback_handler()
698 &dlm_req->lock_handle[0]); in ldlm_callback_handler()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3030 LASSERTF((int)offsetof(struct ldlm_request, lock_handle) == 88, "found %lld\n", in lustre_assert_wire_constants()
3031 (long long)(int)offsetof(struct ldlm_request, lock_handle)); in lustre_assert_wire_constants()
3032 LASSERTF((int)sizeof(((struct ldlm_request *)0)->lock_handle) == 16, "found %lld\n", in lustre_assert_wire_constants()
3033 (long long)(int)sizeof(((struct ldlm_request *)0)->lock_handle)); in lustre_assert_wire_constants()
3050 LASSERTF((int)offsetof(struct ldlm_reply, lock_handle) == 88, "found %lld\n", in lustre_assert_wire_constants()
3051 (long long)(int)offsetof(struct ldlm_reply, lock_handle)); in lustre_assert_wire_constants()
3052 LASSERTF((int)sizeof(((struct ldlm_reply *)0)->lock_handle) == 8, "found %lld\n", in lustre_assert_wire_constants()
3053 (long long)(int)sizeof(((struct ldlm_reply *)0)->lock_handle)); in lustre_assert_wire_constants()
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2814 struct lustre_handle lock_handle[LDLM_LOCKREQ_HANDLES]; member
2834 struct lustre_handle lock_handle; member