Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/obdclass/
Dgenops.c973 if (lock->l_exp_refs_target != NULL && in __class_export_add_lock_ref()
974 lock->l_exp_refs_target != exp) { in __class_export_add_lock_ref()
976 exp, lock, lock->l_exp_refs_target); in __class_export_add_lock_ref()
980 lock->l_exp_refs_target = exp; in __class_export_add_lock_ref()
992 if (lock->l_exp_refs_target != exp) { in __class_export_del_lock_ref()
994 lock, lock->l_exp_refs_target, exp); in __class_export_del_lock_ref()
998 lock->l_exp_refs_target = NULL; in __class_export_del_lock_ref()
/drivers/staging/lustre/lustre/include/
Dlustre_dlm.h808 struct obd_export *l_exp_refs_target; member
/drivers/staging/lustre/lustre/ldlm/
Dldlm_lock.c452 lock->l_exp_refs_target = NULL; in ldlm_lock_new()