Home
last modified time | relevance | path

Searched refs:exp_lock_hash (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lockd.c972 exp->exp_lock_hash = in ldlm_init_export()
982 if (!exp->exp_lock_hash) in ldlm_init_export()
998 cfs_hash_putref(exp->exp_lock_hash); in ldlm_destroy_export()
999 exp->exp_lock_hash = NULL; in ldlm_destroy_export()
Dldlm_flock.c503 if (new2->l_export->exp_lock_hash && in ldlm_process_flock_lock()
505 cfs_hash_add(new2->l_export->exp_lock_hash, in ldlm_process_flock_lock()
Dldlm_request.c575 if (exp->exp_lock_hash) { in ldlm_cli_enqueue_fini()
579 cfs_hash_rehash_key(exp->exp_lock_hash, in ldlm_cli_enqueue_fini()
2128 if (exp && exp->exp_lock_hash) { in replay_lock_interpret()
2132 cfs_hash_rehash_key(exp->exp_lock_hash, in replay_lock_interpret()
Dldlm_lock.c347 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()
2060 cfs_hash_for_each_empty(exp->exp_lock_hash, in ldlm_cancel_locks_for_export()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_export.h200 struct cfs_hash *exp_lock_hash; member
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dgenops.c827 export->exp_lock_hash = NULL; in class_new_export()
Dlprocfs_status.c1584 if (exp->exp_lock_hash != NULL) { in lprocfs_exp_print_hash()