Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_cache.c83 if (ext->oe_urgent) in ext_flags()
217 if (ext->oe_fsync_wait && !ext->oe_urgent) { in osc_extent_sanity_check0()
227 if (ext->oe_fsync_wait && !ext->oe_urgent && !ext->oe_hp) { in osc_extent_sanity_check0()
560 cur->oe_urgent |= victim->oe_urgent; in osc_extent_merge()
602 if (ext->oe_urgent) in osc_extent_release()
913 if (state == OES_INV && !ext->oe_urgent && !ext->oe_hp && in osc_extent_wait()
916 ext->oe_urgent = 1; in osc_extent_wait()
918 ext->oe_urgent = 1; in osc_extent_wait()
966 EASSERT(!ext->oe_urgent, ext); in osc_extent_truncate()
2477 ext->oe_urgent = 1; in osc_flush_async_page()
[all …]
Dosc_cl_internal.h642 oe_urgent:1; member