Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/lvm/raid/
H A Draid.c2280 #define RIO_PWIO 0x01000 /* do the I/O to the prewrite entry */ macro
2286 #define RIO_PREWRITE RIO_WRITE | RIO_PWIO
2345 if ((flags & RIO_PWIO) == 0) { in raidio()
2365 (nv_available && nv_prewrite && (flags & RIO_PWIO))) in raidio()