kernel
In kernel::
fs::
file::
flags
Constants
O_ACCMODE
O_APPEND
O_ASYNC
O_CLOEXEC
O_CREAT
O_DIRECT
O_DIRECTORY
O_DSYNC
O_EXCL
O_LARGEFILE
O_NDELAY
O_NOATIME
O_NOCTTY
O_NOFOLLOW
O_NONBLOCK
O_PATH
O_RDONLY
O_RDWR
O_SYNC
O_TMPFILE
O_TRUNC
O_WRONLY
kernel
::
fs
::
file
::
flags
Constant
O_DIRECT
Copy item path
Settings
Help
Summary
Source
pub const O_DIRECT:
u32
= bindings::O_DIRECT; // 16_384u32
Expand description
Direct I/O is enabled for this file.