Searched refs:oe_users (Results 1 – 2 of 2) sorted by relevance
116 atomic_read(&__ext->oe_users), \196 if (atomic_read(&ext->oe_refc) < atomic_read(&ext->oe_users)) { in osc_extent_sanity_check0()209 if (atomic_read(&ext->oe_users) == 0) { in osc_extent_sanity_check0()232 if (atomic_read(&ext->oe_users) > 0) { in osc_extent_sanity_check0()356 atomic_set(&ext->oe_users, 0); in osc_extent_alloc()383 LASSERT(atomic_read(&ext->oe_users) == 0); in osc_extent_put()497 atomic_inc(&ext->oe_users); in osc_extent_hold()580 LASSERT(atomic_read(&ext->oe_users) > 0); in osc_extent_release()584 if (atomic_dec_and_lock(&ext->oe_users, &obj->oo_lock)) { in osc_extent_release()
619 atomic_t oe_users; member