Home
last modified time | relevance | path

Searched refs:ols_pageref (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/osc/
Dosc_lock.c251 LASSERT(atomic_read(&ols->ols_pageref) == 0 || in osc_lock_fini()
252 atomic_read(&ols->ols_pageref) == _PAGEREF_MAGIC); in osc_lock_fini()
1564 atomic_set(&clk->ols_pageref, 0); in osc_lock_init()
1605 &olock->ols_pageref) != _PAGEREF_MAGIC) { in osc_dlm_lock_pageref()
1606 atomic_sub(_PAGEREF_MAGIC, &olock->ols_pageref); in osc_dlm_lock_pageref()
Dosc_page.c263 if (atomic_inc_return(&olock->ols_pageref) <= 0) { in osc_page_addref_lock()
264 atomic_dec(&olock->ols_pageref); in osc_page_addref_lock()
283 atomic_dec(&olock->ols_pageref); in osc_page_putref_lock()
Dosc_cl_internal.h268 atomic_t ols_pageref; member