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()498 atomic_inc(&ext->oe_users); in osc_extent_hold()581 LASSERT(atomic_read(&ext->oe_users) > 0); in osc_extent_release()585 if (atomic_dec_and_lock(&ext->oe_users, &obj->oo_lock)) { in osc_extent_release()
618 atomic_t oe_users; member