Searched refs:SI_UNMAPPED (Results 1 – 3 of 3) sorted by relevance
105 } else if ((dev->si_flags & SI_UNMAPPED) && unmapped_buf_allowed) { in physio()
1271 use_unmapped = (dev->si_flags & SI_UNMAPPED) && unmapped_buf_allowed; in aio_qbio()
66 #define SI_UNMAPPED 0x0400 /* can handle unmapped I/O */ macro