Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Dservice.c964 spin_lock_bh(&req->rq_export->exp_rpc_lock); in ptlrpc_request_change_export()
966 spin_unlock_bh(&req->rq_export->exp_rpc_lock); in ptlrpc_request_change_export()
971 spin_lock_bh(&export->exp_rpc_lock); in ptlrpc_request_change_export()
973 spin_unlock_bh(&export->exp_rpc_lock); in ptlrpc_request_change_export()
1517 spin_lock_bh(&req->rq_export->exp_rpc_lock); in ptlrpc_server_hpreq_init()
1520 spin_unlock_bh(&req->rq_export->exp_rpc_lock); in ptlrpc_server_hpreq_init()
1537 spin_lock_bh(&req->rq_export->exp_rpc_lock); in ptlrpc_server_hpreq_fini()
1539 spin_unlock_bh(&req->rq_export->exp_rpc_lock); in ptlrpc_server_hpreq_fini()
/linux-4.1.27/drivers/staging/lustre/lustre/include/
Dlustre_export.h251 spinlock_t exp_rpc_lock; member
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dgenops.c848 spin_lock_init(&export->exp_rpc_lock); in class_new_export()