Searched defs:B_RETRYWRI (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dbuf.h184 #define B_RETRYWRI 0x400000 /* retry write til works or bfinval */ macro
299 * B_RETRYWRI is not included in clear_flags for BWRITE(), BWRITE2(),
329 (bp)->b_flags |= B_RETRYWRI; \
337 (bp)->b_flags |= B_RETRYWRI; \

Completed in 152 milliseconds