Home
last modified time | relevance | path

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

/netbsd/src/sys/ufs/ufs/
Dufs_readwrite.c104 if (ioflag & IO_DIRECT) { in READ()
355 if (ioflag & IO_DIRECT) { in WRITE()
/netbsd/src/sys/ufs/lfs/
Dulfs_readwrite.c101 if (ioflag & IO_DIRECT) { in READ()
317 if (ioflag & IO_DIRECT) { in WRITE()
/netbsd/src/sys/sys/
Dvnode.h300 #define IO_DIRECT 0x02000 /* direct I/O hint */ macro
/netbsd/src/sys/kern/
Dvfs_vnops.c662 ioflag |= IO_DIRECT; in vn_read()
707 ioflag |= IO_DIRECT; in vn_write()
/netbsd/src/sys/ufs/chfs/
Dchfs_vnops.c670 if (ioflag & IO_DIRECT) { in chfs_read()
877 if (ioflag & IO_DIRECT) { in chfs_write()
/netbsd/src/sys/fs/nfs/client/
Dnfs_clbio.c442 if (newnfs_directio_enable && (ioflag & IO_DIRECT) && (vp->v_type == VREG)) in ncl_bioread()
936 if (newnfs_directio_enable && (ioflag & IO_DIRECT) && vp->v_type == VREG) in ncl_write()
/netbsd/src/sys/ufs/ffs/
Dffs_extattr.c345 (ioflag & (IO_ASYNC | IO_DIRECT))) in ffs_extwrite()
/netbsd/src/lib/libperfuse/
Dops.c84 #define IO_DIRECT 0x02000 macro
3262 fwi->flags |= (ioflag & IO_DIRECT) ? 0 : FUSE_WRITE_CACHE; in perfuse_node_write2()
/netbsd/src/sys/dev/
Dvnd.c827 IO_ADV_ENCODE(POSIX_FADV_NOREUSE) | IO_DIRECT, in handle_with_rdwr()