Home
last modified time | relevance | path

Searched refs:exp_refcount (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/obdclass/
Dgenops.c660 LASSERT_ATOMIC_ZERO(&exp->exp_refcount); in class_export_destroy()
692 atomic_inc(&exp->exp_refcount); in class_export_get()
694 atomic_read(&exp->exp_refcount)); in class_export_get()
702 LASSERT_ATOMIC_GT_LT(&exp->exp_refcount, 0, LI_POISON); in class_export_put()
704 atomic_read(&exp->exp_refcount) - 1); in class_export_put()
706 if (atomic_dec_and_test(&exp->exp_refcount)) { in class_export_put()
736 atomic_set(&export->exp_refcount, 2); in class_new_export()
/linux-4.4.14/drivers/staging/lustre/lustre/include/
Dlustre_export.h129 atomic_t exp_refcount; member
/linux-4.4.14/drivers/staging/lustre/lustre/ldlm/
Dldlm_lock.c1918 exp ? atomic_read(&exp->exp_refcount) : -99, in _ldlm_lock_debug()
1940 exp ? atomic_read(&exp->exp_refcount) : -99, in _ldlm_lock_debug()
1960 exp ? atomic_read(&exp->exp_refcount) : -99, in _ldlm_lock_debug()
1978 exp ? atomic_read(&exp->exp_refcount) : -99, in _ldlm_lock_debug()
1996 exp ? atomic_read(&exp->exp_refcount) : -99, in _ldlm_lock_debug()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Dservice.c1671 atomic_read(&request->rq_export->exp_refcount) : -99), in ptlrpc_server_handle_request()
1708 atomic_read(&request->rq_export->exp_refcount) : -99), in ptlrpc_server_handle_request()
/linux-4.4.14/drivers/staging/lustre/lustre/obdecho/
Decho_client.c2093 LASSERT(atomic_read(&ec->ec_exp->exp_refcount) > 0); in echo_client_cleanup()