Searched refs:l_remote_handle (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_request.c | 580 &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()
|
D | ldlm_lock.c | 354 &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()
|
D | ldlm_lockd.c | 915 return &lock->l_remote_handle; in ldlm_export_lock_key() 924 lock->l_remote_handle = *(struct lustre_handle *)key; in ldlm_export_lock_keycpy()
|
D | ldlm_flock.c | 506 &new2->l_remote_handle, in ldlm_process_flock_lock()
|
/linux-4.1.27/drivers/staging/lustre/lustre/mdc/ |
D | mdc_lib.c | 508 data->cd_handle = lock->l_remote_handle; in mdc_hsm_release_pack()
|
/linux-4.1.27/drivers/staging/lustre/lustre/osc/ |
D | osc_io.c | 780 oa->o_handle = olck->ols_lock->l_remote_handle; in osc_req_attr_set()
|
D | osc_request.c | 1957 oa->o_handle = lock->l_remote_handle; in osc_build_rpc()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_dlm.h | 753 struct lustre_handle l_remote_handle; member
|