Home
last modified time | relevance | path

Searched refs:l_remote_handle (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_request.c580 &lock->l_remote_handle, in ldlm_cli_enqueue_fini()
584 lock->l_remote_handle = reply->lock_handle; in ldlm_cli_enqueue_fini()
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()
2133 &lock->l_remote_handle, in replay_lock_interpret()
2137 lock->l_remote_handle = reply->lock_handle; in replay_lock_interpret()
Dldlm_lock.c354 &lock->l_remote_handle, &lock->l_exp_hash); in ldlm_lock_destroy_internal()
2236 lock->l_flags, nid, lock->l_remote_handle.cookie, in _ldlm_lock_debug()
2258 lock->l_flags, nid, lock->l_remote_handle.cookie, in _ldlm_lock_debug()
2278 lock->l_flags, nid, lock->l_remote_handle.cookie, in _ldlm_lock_debug()
2296 lock->l_flags, nid, lock->l_remote_handle.cookie, in _ldlm_lock_debug()
2314 lock->l_flags, nid, lock->l_remote_handle.cookie, in _ldlm_lock_debug()
Dldlm_lockd.c915 return &lock->l_remote_handle; in ldlm_export_lock_key()
924 lock->l_remote_handle = *(struct lustre_handle *)key; in ldlm_export_lock_keycpy()
Dldlm_flock.c506 &new2->l_remote_handle, in ldlm_process_flock_lock()
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/
Dmdc_lib.c508 data->cd_handle = lock->l_remote_handle; in mdc_hsm_release_pack()
/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_io.c780 oa->o_handle = olck->ols_lock->l_remote_handle; in osc_req_attr_set()
Dosc_request.c1957 oa->o_handle = lock->l_remote_handle; in osc_build_rpc()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_dlm.h753 struct lustre_handle l_remote_handle; member