Searched refs:directio (Results 1 – 3 of 3) sorted by relevance
162 uint32_t directio; /**< If set, DMA to and from user buffers */ member
1972 bool closefufh = false, directio; in fuse_vnop_read() local2013 directio = (ioflag & IO_DIRECT) || !fsess_opt_datacache(vnode_mount(vp)); in fuse_vnop_read()2016 if (directio) { in fuse_vnop_read()2626 bool closefufh = false, directio; in fuse_vnop_write() local2666 directio = (ioflag & IO_DIRECT) || !fsess_opt_datacache(vnode_mount(vp)); in fuse_vnop_write()2669 if (directio) { in fuse_vnop_write()
5336 ufs/ffs/ffs_rawread.c optional ffs directio