Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_request.c87 struct lustre_handle lock_handle; member
408 &reply->lock_handle, in ldlm_cli_enqueue_fini()
411 lock->l_remote_handle = reply->lock_handle; in ldlm_cli_enqueue_fini()
424 lock, reply->lock_handle.cookie, *flags); in ldlm_cli_enqueue_fini()
736 body->lock_handle[0] = *lockh; in ldlm_cli_enqueue()
853 dlm->lock_handle[dlm->lock_count++] = lock->l_remote_handle; in ldlm_cancel_pack()
1804 lock = ldlm_handle2lock(&aa->lock_handle); in replay_lock_interpret()
1807 aa->lock_handle.cookie, reply->lock_handle.cookie, in replay_lock_interpret()
1822 &reply->lock_handle, in replay_lock_interpret()
1825 lock->l_remote_handle = reply->lock_handle; in replay_lock_interpret()
[all …]
Dldlm_lockd.c610 rc = ldlm_cli_cancel(&dlm_req->lock_handle[0], 0); in ldlm_callback_handler()
615 lock = ldlm_handle2lock_long(&dlm_req->lock_handle[0], 0); in ldlm_callback_handler()
618 dlm_req->lock_handle[0].cookie); in ldlm_callback_handler()
621 &dlm_req->lock_handle[0]); in ldlm_callback_handler()
642 dlm_req->lock_handle[0].cookie); in ldlm_callback_handler()
647 &dlm_req->lock_handle[0]); in ldlm_callback_handler()
674 &dlm_req->lock_handle[0]); in ldlm_callback_handler()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dwiretest.c3028 LASSERTF((int)offsetof(struct ldlm_request, lock_handle) == 88, "found %lld\n", in lustre_assert_wire_constants()
3029 (long long)(int)offsetof(struct ldlm_request, lock_handle)); in lustre_assert_wire_constants()
3030 LASSERTF((int)sizeof(((struct ldlm_request *)0)->lock_handle) == 16, "found %lld\n", in lustre_assert_wire_constants()
3031 (long long)(int)sizeof(((struct ldlm_request *)0)->lock_handle)); in lustre_assert_wire_constants()
3048 LASSERTF((int)offsetof(struct ldlm_reply, lock_handle) == 88, "found %lld\n", in lustre_assert_wire_constants()
3049 (long long)(int)offsetof(struct ldlm_reply, lock_handle)); in lustre_assert_wire_constants()
3050 LASSERTF((int)sizeof(((struct ldlm_reply *)0)->lock_handle) == 8, "found %lld\n", in lustre_assert_wire_constants()
3051 (long long)(int)sizeof(((struct ldlm_reply *)0)->lock_handle)); in lustre_assert_wire_constants()
/linux-4.4.14/drivers/staging/lustre/lustre/include/lustre/
Dlustre_idl.h2790 struct lustre_handle lock_handle[LDLM_LOCKREQ_HANDLES]; member
2810 struct lustre_handle lock_handle; member