Searched refs:IO_DIRECT (Results 1 – 14 of 14) sorted by relevance
331 (ioflag & IO_DIRECT) || in fuse_write_directbackend()421 if (ioflag & IO_DIRECT) { in fuse_write_directbackend()705 } else if (ioflag & IO_DIRECT) { in fuse_write_biobackend()
1789 ioflag |= IO_DIRECT; in fuse_vnop_read()1816 directio = (ioflag & IO_DIRECT) || !fsess_opt_datacache(vnode_mount(vp)); in fuse_vnop_read()2387 ioflag |= IO_DIRECT; in fuse_vnop_write()2414 directio = (ioflag & IO_DIRECT) || !fsess_opt_datacache(vnode_mount(vp)); in fuse_vnop_write()
135 error = VOP_READ(vp, &auio, IO_DIRECT, sc->cred); in vtblk_rdwr()
665 if ((ioflag & IO_DIRECT) != 0) {998 } else if (ioflag & IO_DIRECT) {1253 (ioflag & (IO_ASYNC | IO_DIRECT))) in ffs_extwrite()
461 if (newnfs_directio_enable && (ioflag & IO_DIRECT) && (vp->v_type == VREG)) in ncl_bioread()1004 if (newnfs_directio_enable && (ioflag & IO_DIRECT) && vp->v_type == VREG) in ncl_write()
1426 ioflag |= IO_DIRECT; in devfs_read_f()1928 ioflag |= IO_DIRECT; in devfs_write_f()
326 #define IO_DIRECT 0x0100 /* attempt to bypass buffer cache */ macro
928 ioflag |= IO_DIRECT; in get_write_ioflag()1072 ioflag |= IO_DIRECT; in vn_read()
4907 if ((ioflag & IO_DIRECT) != 0) in b_io_dismiss()4911 if ((ioflag & (IO_VMIO | IO_DIRECT)) != 0 && LIST_EMPTY(&bp->b_dep)) { in b_io_dismiss()
1613 len, offset, seg, IO_UNIT | IO_DIRECT | IO_RANGELOCKED, in core_write()
648 flags |= IO_DIRECT; in ctl_be_block_dispatch_file()873 flags |= IO_DIRECT; in ctl_be_block_dispatch_zvol()
2303 } else if (ioflag & IO_DIRECT) { in ext2_write()
2388 (IO_DIRECT|IO_SYNC) : 0, file_data->cred); in xbb_dispatch_file()
2931 (ap->a_ioflag & IO_DIRECT) != 0) in ufs_read_pgcache()