Searched refs:IO_DIRECT (Results 1 – 14 of 14) sorted by relevance
331 (ioflag & IO_DIRECT) || in fuse_write_directbackend()430 if (ioflag & IO_DIRECT) { in fuse_write_directbackend()719 } else if (ioflag & IO_DIRECT) { in fuse_write_biobackend()
1881 ioflag |= IO_DIRECT; in fuse_vnop_read()1908 directio = (ioflag & IO_DIRECT) || !fsess_opt_datacache(vnode_mount(vp)); in fuse_vnop_read()2505 ioflag |= IO_DIRECT; in fuse_vnop_write()2532 directio = (ioflag & IO_DIRECT) || !fsess_opt_datacache(vnode_mount(vp)); in fuse_vnop_write()
133 error = VOP_READ(vp, &auio, IO_DIRECT, sc->cred); in vtblk_rdwr()
663 if ((ioflag & IO_DIRECT) != 0) { in ffs_read()1006 } else if (ioflag & IO_DIRECT) { in ffs_write()1261 (ioflag & (IO_ASYNC | IO_DIRECT))) in ffs_extwrite()
471 if (newnfs_directio_enable && (ioflag & IO_DIRECT) && (vp->v_type == VREG)) in ncl_bioread()948 if ((newnfs_directio_enable && (ioflag & IO_DIRECT)) || in ncl_write()
1443 ioflag |= IO_DIRECT; in devfs_read_f()1949 ioflag |= IO_DIRECT; in devfs_write_f()
327 #define IO_DIRECT 0x0100 /* attempt to bypass buffer cache */ macro
646 flags |= IO_DIRECT; in ctl_be_block_dispatch_file()871 flags |= IO_DIRECT; in ctl_be_block_dispatch_zvol()
929 ioflag |= IO_DIRECT; in get_write_ioflag()1073 ioflag |= IO_DIRECT; in vn_read()
2024 len, offset, seg, IO_UNIT | IO_DIRECT | IO_RANGELOCKED, in core_write()
4930 if ((ioflag & IO_DIRECT) != 0) in b_io_dismiss()4934 if ((ioflag & (IO_VMIO | IO_DIRECT)) != 0 && LIST_EMPTY(&bp->b_dep)) { in b_io_dismiss()
2305 } else if (ioflag & IO_DIRECT) { in ext2_write()
2387 (IO_DIRECT|IO_SYNC) : 0, file_data->cred); in xbb_dispatch_file()
2999 (ap->a_ioflag & IO_DIRECT) != 0) in ufs_read_pgcache()