Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/xen/io/
H A Dxdf.h188 uint8_t v_flush_diskcache; member
H A Dxdf.c126 (((vreq)->v_flush_diskcache == FLUSH_DISKCACHE) || \
333 if (vreq->v_flush_diskcache == FLUSH_DISKCACHE) in vreq_free()
427 vreq->v_flush_diskcache = FLUSH_DISKCACHE; in vreq_setup()
435 vreq->v_flush_diskcache = WRITE_BARRIER; in vreq_setup()
1265 switch (vreq->v_flush_diskcache) { in xdf_process_rreq()