Home
last modified time | relevance | path

Searched refs:oe_users (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_cache.c116 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()
Dosc_cl_internal.h618 atomic_t oe_users; member