Searched refs:IO_VMIO (Results 1 – 3 of 3) sorted by relevance
321 #define IO_VMIO 0x0020 /* data already in VMIO space */ macro
1454 ioflags = IO_VMIO; in vnode_pager_putpages_ioflags()
4842 KASSERT((ioflag & IO_NOREUSE) == 0 || (ioflag & IO_VMIO) != 0, in b_io_dismiss()4849 if ((ioflag & (IO_VMIO | IO_DIRECT)) != 0 && LIST_EMPTY(&bp->b_dep)) { in b_io_dismiss()