Searched refs:cl_mgc_refcount (Results 1 – 2 of 2) sorted by relevance
277 atomic_inc(&obd->u.cli.cl_mgc_refcount); in lustre_start_mgc()435 atomic_set(&obd->u.cli.cl_mgc_refcount, 1); in lustre_start_mgc()491 LASSERT(atomic_read(&obd->u.cli.cl_mgc_refcount) > 0); in lustre_stop_mgc()492 if (!atomic_dec_and_test(&obd->u.cli.cl_mgc_refcount)) { in lustre_stop_mgc()496 atomic_read(&obd->u.cli.cl_mgc_refcount)); in lustre_stop_mgc()
411 atomic_t cl_mgc_refcount; member