Home
last modified time | relevance | path

Searched refs:oe_owner (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, \
1077 EASSERT(ext->oe_owner != NULL, ext); in osc_extent_make_ready()
1842 EASSERT(tmp->oe_owner == current, tmp); in try_to_add_extent_for_io()
1859 ext->oe_owner = current; in try_to_add_extent_for_io()
1909 ext->oe_owner != NULL)) in get_write_extents()
1924 (!list_empty(&ext->oe_link) && ext->oe_owner != NULL)) { in get_write_extents()
2876 ext->oe_owner = current; in osc_cache_writeback_range()
Dosc_cl_internal.h670 struct task_struct *oe_owner; member