Searched defs:IO_WRITING (Results 1 – 2 of 2) sorted by relevance
511 #define IO_WRITING(io) (((io)->flags & IO_RW) != IO_READ) macro
112 #define IO_WRITING(io) (((io)->flags & IO_RW) != IO_READ) macro