Searched refs:IO_DIRECT (Results 1 – 15 of 15) sorted by relevance
330 (ioflag & IO_DIRECT) || in fuse_write_directbackend()429 if (ioflag & IO_DIRECT) { in fuse_write_directbackend()719 } else if (ioflag & IO_DIRECT) { in fuse_write_biobackend()
1865 ioflag |= IO_DIRECT; in fuse_vnop_read()1892 directio = (ioflag & IO_DIRECT) || !fsess_opt_datacache(vnode_mount(vp)); in fuse_vnop_read()2478 ioflag |= IO_DIRECT; in fuse_vnop_write()2505 directio = (ioflag & IO_DIRECT) || !fsess_opt_datacache(vnode_mount(vp)); in fuse_vnop_write()
137 IO_DIRECT | IO_NODELOCKED, in tarfs_io_read()589 error = VOP_READ(vp, &auio, IO_DIRECT | IO_NODELOCKED, bp->b_rcred); in tarfs_zstrategy()
670 if ((ioflag & IO_DIRECT) != 0) { in ffs_read()1015 } else if (ioflag & IO_DIRECT) { in ffs_write()1270 (ioflag & (IO_ASYNC | IO_DIRECT))) in ffs_extwrite()
468 if (newnfs_directio_enable && (ioflag & IO_DIRECT) && (vp->v_type == VREG)) in ncl_bioread() 945 if ((newnfs_directio_enable && (ioflag & IO_DIRECT)) || in ncl_write()
1429 ioflag |= IO_DIRECT; in devfs_read_f()1935 ioflag |= IO_DIRECT; in devfs_write_f()
315 * NB: IO_NDELAY and IO_DIRECT are linked to fcntl.h325 #define IO_DIRECT 0x0100 /* attempt to bypass buffer cache */ macro
669 flags |= IO_DIRECT; in ctl_be_block_dispatch_file()973 flags |= IO_DIRECT; in ctl_be_block_dispatch_zvol()
943 ioflag |= IO_DIRECT; in get_write_ioflag()1087 ioflag |= IO_DIRECT; in vn_read()
1990 len, offset, seg, IO_UNIT | IO_DIRECT | IO_RANGELOCKED, in core_write()
4990 if ((ioflag & IO_DIRECT) != 0) in b_io_dismiss()4994 if ((ioflag & (IO_VMIO | IO_DIRECT)) != 0 && LIST_EMPTY(&bp->b_dep)) { in b_io_dismiss()
2307 } else if (ioflag & IO_DIRECT) { in ext2_write()
2249 (IO_DIRECT|IO_SYNC) : 0, file_data->cred); in xbb_dispatch_file()
2982 (ap->a_ioflag & IO_DIRECT) != 0) in ufs_read_pgcache()
4337 if (ioflags & IO_DIRECT) in ioflags()