Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_cache.c124 __ext->oe_osclock, __ext->oe_mppr, __ext->oe_owner, \
243 if (ext->oe_osclock == NULL && ext->oe_grants > 0) { in osc_extent_sanity_check0()
248 if (ext->oe_osclock) { in osc_extent_sanity_check0()
251 descr = &ext->oe_osclock->cll_descr; in osc_extent_sanity_check0()
361 ext->oe_osclock = NULL; in osc_extent_alloc()
387 if (ext->oe_osclock) { in osc_extent_put()
388 cl_lock_put(env, ext->oe_osclock); in osc_extent_put()
389 ext->oe_osclock = NULL; in osc_extent_put()
545 LASSERT(cur->oe_osclock == victim->oe_osclock); in osc_extent_merge()
669 cur->oe_osclock = lock; in osc_extent_find()
[all …]
Dosc_cl_internal.h668 struct cl_lock *oe_osclock; member