Searched refs:exp_locks_count (Results 1 – 3 of 3) sorted by relevance
168 atomic_t exp_locks_count; /** Lock references */ member
243 atomic_inc(&(exp)->exp_locks_count); \246 (exp), atomic_read(&(exp)->exp_locks_count)); \252 LASSERT_ATOMIC_POS(&exp->exp_locks_count); \253 atomic_dec(&(exp)->exp_locks_count); \256 (exp), atomic_read(&(exp)->exp_locks_count)); \
832 atomic_set(&export->exp_locks_count, 0); in class_new_export()1509 atomic_read(&exp->exp_locks_count), in print_export_data()