Home
last modified time | relevance | path

Searched refs:exp_locks_list (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_export.h170 struct list_head exp_locks_list; member
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c859 if (!list_empty(&exp->exp_locks_list)) { in ldlm_dump_export_locks()
864 list_for_each_entry(lock, &exp->exp_locks_list, in ldlm_dump_export_locks()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dgenops.c834 INIT_LIST_HEAD(&export->exp_locks_list); in class_new_export()
1075 list_add(&lock->l_exp_refs_link, &exp->exp_locks_list); in __class_export_add_lock_ref()