Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_export.h142 struct list_head exp_locks_list; member
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c820 if (!list_empty(&exp->exp_locks_list)) { in ldlm_dump_export_locks()
825 list_for_each_entry(lock, &exp->exp_locks_list, in ldlm_dump_export_locks()
/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dgenops.c741 INIT_LIST_HEAD(&export->exp_locks_list); in class_new_export()
979 list_add(&lock->l_exp_refs_link, &exp->exp_locks_list); in __class_export_add_lock_ref()