Home
last modified time | relevance | path

Searched refs:exp_uncommitted_replies_lock (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_export.h208 spinlock_t exp_uncommitted_replies_lock; member
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/
Dldlm_lib.c720 spin_lock(&exp->exp_uncommitted_replies_lock); in target_send_reply()
728 spin_unlock(&exp->exp_uncommitted_replies_lock); in target_send_reply()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dservice.c412 spin_lock(&exp->exp_uncommitted_replies_lock); in ptlrpc_commit_replies()
423 spin_unlock(&exp->exp_uncommitted_replies_lock); in ptlrpc_commit_replies()
2068 spin_lock(&exp->exp_uncommitted_replies_lock); in ptlrpc_handle_rs()
2070 spin_unlock(&exp->exp_uncommitted_replies_lock); in ptlrpc_handle_rs()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dgenops.c840 spin_lock_init(&export->exp_uncommitted_replies_lock); in class_new_export()