HomeSort by: relevance | last modified time | path
    Searched refs:O_DIRECT (Results 1 - 8 of 8) sorted by relevancy

  /src/lib/libc/stdio/
gettemp.c 66 (oflags & ~(O_APPEND | O_DIRECT | O_SHLOCK | O_EXLOCK | O_SYNC |
  /src/sys/sys/
fcntl.h 112 #define O_DIRECT 0x00080000 /* direct I/O hint */
139 O_RSYNC|O_NOCTTY|O_ALT_IO|O_NOFOLLOW|O_DIRECT|\
176 #define FDIRECT O_DIRECT /* kernel */
  /src/tests/lib/libc/stdlib/
t_mktemp.c 195 O_APPEND, O_DIRECT,
230 O_APPEND, O_DIRECT,
  /src/bin/sh/
redir.c 908 #ifdef O_DIRECT
909 { "direct", 2, O_DIRECT },
911 # define O_DIRECT 0
920 O_ALT_IO|O_DIRECT|O_NOSIGPIPE)
  /src/bin/dd/
args.c 453 { "direct", O_DIRECT, C_IFLAG|C_OFLAG },
  /src/sbin/scan_ffs/
scan_ffs.c 546 fd = open(fpath, O_RDONLY | O_DIRECT);
  /src/sys/compat/linux/common/
linux_file.c 115 res |= cvtto_bsd_mask(lflags, LINUX_O_DIRECT, O_DIRECT);
141 res |= cvtto_linux_mask(bflags, O_DIRECT, LINUX_O_DIRECT);
  /src/sys/fs/nfs/client/
nfs_clvnops.c 253 * O_DIRECT by a process. In general, having processes mmap the file while
256 * opening up files O_DIRECT preventing other users from mmap'ing these
258 * required can disable this knob. The process that opened the file O_DIRECT
259 * cannot mmap() the file, because mmap'ed IO on an O_DIRECT open() is not
264 &newnfs_directio_allow_mmap, 0, "Enable mmaped IO on file with O_DIRECT opens");
586 * If the object has >= 1 O_DIRECT active opens, we disable caching.
588 if (newnfs_directio_enable && (fmode & O_DIRECT) &&
791 if (newnfs_directio_enable && (fmode & O_DIRECT) && (vp->v_type == VREG)) {

Completed in 16 milliseconds