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

/illumos-gate/usr/src/uts/common/sys/
H A Dbuf.h125 struct buf *b_list; /* List of potential B_DELWRI bufs */
174 #define B_DELWRI 0x000800 /* delayed write-wait til buf needed */ macro
310 /* clear_flags */ (B_READ | B_DONE | B_ERROR | B_DELWRI))
315 /* clear_flags */ (B_READ | B_DONE | B_ERROR | B_DELWRI))
339 /* clear_flags */ (B_READ | B_DONE | B_ERROR | B_DELWRI)); \

Completed in 56 milliseconds