Home
last modified time | relevance | path

Searched refs:IO_DIRECT (Results 1 – 15 of 15) sorted by relevance

/src/sys/fs/fuse/
H A Dfuse_io.c330 (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()
H A Dfuse_vnops.c1978 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()
/src/sys/fs/tarfs/
H A Dtarfs_io.c137 IO_DIRECT | IO_NODELOCKED, in tarfs_io_read()
589 error = VOP_READ(vp, &auio, IO_DIRECT | IO_NODELOCKED, bp->b_rcred); in tarfs_zstrategy()
/src/sys/kern/
H A Dcoredump_vnode.c177 len, offset, seg, IO_UNIT | IO_DIRECT | IO_RANGELOCKED, in core_vn_write()
H A Dvfs_vnops.c1082 ioflag |= IO_DIRECT; in get_write_ioflag()
1226 ioflag |= IO_DIRECT; in vn_read()
H A Dvfs_bio.c4996 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()
/src/sys/ufs/ffs/
H A Dffs_vnops.c668 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()
/src/sys/fs/nfsclient/
H A Dnfs_clbio.c468 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()
/src/sys/fs/devfs/
H A Ddevfs_vnops.c1460 ioflag |= IO_DIRECT; in devfs_read_f()
1975 ioflag |= IO_DIRECT; in devfs_write_f()
/src/sys/sys/
H A Dvnode.h342 #define IO_DIRECT 0x0100 /* attempt to bypass buffer cache */ macro
/src/sys/cam/ctl/
H A Dctl_backend_block.c669 flags |= IO_DIRECT; in ctl_be_block_dispatch_file()
973 flags |= IO_DIRECT; in ctl_be_block_dispatch_zvol()
/src/sys/fs/ext2fs/
H A Dext2_vnops.c2307 } else if (ioflag & IO_DIRECT) { in ext2_write()
/src/sys/dev/xen/blkback/
H A Dblkback.c2249 (IO_DIRECT|IO_SYNC) : 0, file_data->cred); in xbb_dispatch_file()
/src/sys/ufs/ufs/
H A Dufs_vnops.c2984 (ap->a_ioflag & IO_DIRECT) != 0) in ufs_read_pgcache()
/src/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c4678 if (ioflags & IO_DIRECT) in ioflags()