Searched refs:IO_DIRECT (Results 1 – 15 of 15) sorted by relevance
330 (ioflag & IO_DIRECT) || in fuse_write_directbackend()432 if (ioflag & IO_DIRECT) { in fuse_write_directbackend()726 } else if (ioflag & IO_DIRECT) { in fuse_write_biobackend()
1978 ioflag |= IO_DIRECT; in fuse_vnop_read()2005 directio = (ioflag & IO_DIRECT) || !fsess_opt_datacache(vnode_mount(vp)); in fuse_vnop_read()2632 ioflag |= IO_DIRECT; in fuse_vnop_write()2658 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()
177 len, offset, seg, IO_UNIT | IO_DIRECT | IO_RANGELOCKED, in core_vn_write()
1082 ioflag |= IO_DIRECT; in get_write_ioflag()1226 ioflag |= IO_DIRECT; in vn_read()
4996 if ((ioflag & IO_DIRECT) != 0) in b_io_dismiss()5000 if ((ioflag & (IO_VMIO | IO_DIRECT)) != 0 && LIST_EMPTY(&bp->b_dep)) { in b_io_dismiss()
668 if ((ioflag & IO_DIRECT) != 0) { in ffs_read()1013 } else if (ioflag & IO_DIRECT) { in ffs_write()1268 (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()
1460 ioflag |= IO_DIRECT; in devfs_read_f()1975 ioflag |= IO_DIRECT; in devfs_write_f()
342 #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()
2307 } else if (ioflag & IO_DIRECT) { in ext2_write()
2249 (IO_DIRECT|IO_SYNC) : 0, file_data->cred); in xbb_dispatch_file()
2984 (ap->a_ioflag & IO_DIRECT) != 0) in ufs_read_pgcache()
4678 if (ioflags & IO_DIRECT) in ioflags()