Searched refs:cl_mgc_refcount (Results 1 – 2 of 2) sorted by relevance
258 atomic_inc(&obd->u.cli.cl_mgc_refcount); in lustre_start_mgc()379 atomic_set(&obd->u.cli.cl_mgc_refcount, 1); in lustre_start_mgc()432 LASSERT(atomic_read(&obd->u.cli.cl_mgc_refcount) > 0); in lustre_stop_mgc()433 if (!atomic_dec_and_test(&obd->u.cli.cl_mgc_refcount)) { in lustre_stop_mgc()437 atomic_read(&obd->u.cli.cl_mgc_refcount)); in lustre_stop_mgc()
335 atomic_t cl_mgc_refcount; member