Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dgenops.c1069 if (lock->l_exp_refs_target != NULL && in __class_export_add_lock_ref()
1070 lock->l_exp_refs_target != exp) { in __class_export_add_lock_ref()
1072 exp, lock, lock->l_exp_refs_target); in __class_export_add_lock_ref()
1076 lock->l_exp_refs_target = exp; in __class_export_add_lock_ref()
1088 if (lock->l_exp_refs_target != exp) { in __class_export_del_lock_ref()
1090 lock, lock->l_exp_refs_target, exp); in __class_export_del_lock_ref()
1094 lock->l_exp_refs_target = NULL; in __class_export_del_lock_ref()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_dlm.h879 struct obd_export *l_exp_refs_target; member
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lock.c472 lock->l_exp_refs_target = NULL; in ldlm_lock_new()