Home
last modified time | relevance | path

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

/linux-4.1.27/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()
559 cur->oe_urgent |= victim->oe_urgent; in osc_extent_merge()
601 if (ext->oe_urgent) in osc_extent_release()
911 if (state == OES_INV && !ext->oe_urgent && !ext->oe_hp && in osc_extent_wait()
914 ext->oe_urgent = 1; in osc_extent_wait()
916 ext->oe_urgent = 1; in osc_extent_wait()
964 EASSERT(!ext->oe_urgent, ext); in osc_extent_truncate()
2482 ext->oe_urgent = 1; in osc_flush_async_page()
[all …]
Dosc_cl_internal.h643 oe_urgent:1; member