Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_cache.c181 if (!osc_object_is_locked(obj)) { in osc_extent_sanity_check0()
317 LASSERT(osc_object_is_locked(obj)); in osc_extent_is_overlapped()
334 LASSERT(osc_object_is_locked(ext->oe_obj)); in osc_extent_state_set()
403 LASSERT(osc_object_is_locked(ext->oe_obj)); in osc_extent_put_trust()
417 LASSERT(osc_object_is_locked(obj)); in osc_extent_search()
456 LASSERT(osc_object_is_locked(obj)); in osc_extent_insert()
479 LASSERT(osc_object_is_locked(obj)); in osc_extent_erase()
492 LASSERT(osc_object_is_locked(obj)); in osc_extent_hold()
505 LASSERT(osc_object_is_locked(ext->oe_obj)); in __osc_extent_remove()
535 LASSERT(osc_object_is_locked(obj)); in osc_extent_merge()
[all …]
Dosc_cl_internal.h176 static inline int osc_object_is_locked(struct osc_object *obj) in osc_object_is_locked() function