Searched refs:directio (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/ocs_fc/
H A Docs_ioctl.h164 uint32_t directio; /**< If set, DMA to and from user buffers */ member in struct:__anon14843
/freebsd-12-stable/sys/fs/fuse/
H A Dfuse_io.c239 int err, directio; local
275 directio = (ioflag & IO_DIRECT) || !fsess_opt_datacache(vnode_mount(vp));
279 if (directio) {
292 if (directio) {

Completed in 114 milliseconds