Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_flock.c85 (new->l_export == lock->l_export)); in ldlm_same_flock_owner()
101 if (req->l_export == NULL) in ldlm_flock_blocking_link()
109 lock->l_export; in ldlm_flock_blocking_link()
112 cfs_hash_add(req->l_export->exp_flock_hash, in ldlm_flock_blocking_link()
120 if (req->l_export == NULL) in ldlm_flock_blocking_unlink()
124 if (req->l_export->exp_flock_hash != NULL && in ldlm_flock_blocking_unlink()
126 cfs_hash_del(req->l_export->exp_flock_hash, in ldlm_flock_blocking_unlink()
166 struct obd_export *req_exp = req->l_export; in ldlm_flock_deadlock()
167 struct obd_export *bl_exp = bl_lock->l_export; in ldlm_flock_deadlock()
212 if ((exp_connect_flags(lock->l_export) & in ldlm_flock_cancel_on_deadlock()
[all …]
Dldlm_lock.c206 if (lock->l_export) { in ldlm_lock_put()
207 class_export_lock_put(lock->l_export, lock); in ldlm_lock_put()
208 lock->l_export = NULL; in ldlm_lock_put()
347 if (lock->l_export && lock->l_export->exp_lock_hash) { in ldlm_lock_destroy_internal()
353 cfs_hash_del(lock->l_export->exp_lock_hash, in ldlm_lock_destroy_internal()
364 if (lock->l_export) in ldlm_lock_destroy_internal()
365 class_export_put(lock->l_export); in ldlm_lock_destroy_internal()
366 lock->l_export = NULL; in ldlm_lock_destroy_internal()
367 if (lock->l_export && lock->l_completion_ast) in ldlm_lock_destroy_internal()
812 if ((lock->l_flags & LDLM_FL_NS_SRV) && lock->l_export) in ldlm_lock_decref_internal()
[all …]
Dldlm_request.c897 lock->l_export = NULL; in ldlm_cli_enqueue()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_dlm.h741 struct obd_export *l_export; member