Searched refs:exp_refcount (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/ |
D | genops.c | 753 LASSERT_ATOMIC_ZERO(&exp->exp_refcount); in class_export_destroy() 785 atomic_inc(&exp->exp_refcount); in class_export_get() 787 atomic_read(&exp->exp_refcount)); in class_export_get() 795 LASSERT_ATOMIC_GT_LT(&exp->exp_refcount, 0, LI_POISON); in class_export_put() 797 atomic_read(&exp->exp_refcount) - 1); in class_export_put() 799 if (atomic_dec_and_test(&exp->exp_refcount)) { in class_export_put() 829 atomic_set(&export->exp_refcount, 2); in class_new_export() 1506 obd_export_nid2str(exp), atomic_read(&exp->exp_refcount), in print_export_data()
|
/linux-4.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_export.h | 157 atomic_t exp_refcount; member
|
/linux-4.1.27/drivers/staging/lustre/lustre/ldlm/ |
D | ldlm_lock.c | 2237 exp ? atomic_read(&exp->exp_refcount) : -99, in _ldlm_lock_debug() 2259 exp ? atomic_read(&exp->exp_refcount) : -99, in _ldlm_lock_debug() 2279 exp ? atomic_read(&exp->exp_refcount) : -99, in _ldlm_lock_debug() 2297 exp ? atomic_read(&exp->exp_refcount) : -99, in _ldlm_lock_debug() 2315 exp ? atomic_read(&exp->exp_refcount) : -99, in _ldlm_lock_debug()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | service.c | 1950 atomic_read(&request->rq_export->exp_refcount) : -99), in ptlrpc_server_handle_request() 1984 atomic_read(&request->rq_export->exp_refcount) : -99), in ptlrpc_server_handle_request()
|
/linux-4.1.27/drivers/staging/lustre/lustre/obdecho/ |
D | echo_client.c | 2100 LASSERT(atomic_read(&ec->ec_exp->exp_refcount) > 0); in echo_client_cleanup()
|