Searched refs:directio (Results 1 – 3 of 3) sorted by relevance
162 uint32_t directio; /**< If set, DMA to and from user buffers */ member
1856 bool closefufh = false, directio; in fuse_vnop_read() local1892 directio = (ioflag & IO_DIRECT) || !fsess_opt_datacache(vnode_mount(vp)); in fuse_vnop_read()1895 if (directio) { in fuse_vnop_read()2469 bool closefufh = false, directio; in fuse_vnop_write() local2505 directio = (ioflag & IO_DIRECT) || !fsess_opt_datacache(vnode_mount(vp)); in fuse_vnop_write()2508 if (directio) { in fuse_vnop_write()
5235 ufs/ffs/ffs_rawread.c optional ffs directio