Searched defs:IO_READING (Results 1 – 2 of 2) sorted by relevance
510 #define IO_READING(io) (((io)->flags & IO_RW) != IO_WRITE) macro
111 #define IO_READING(io) (((io)->flags & IO_RW) != IO_WRITE) macro