☰
In kernel::file::flags
In kernel::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
?
Constant
kernel
::
file
::
flags
::
O_DIRECTORY
source
·
[
−
]
pub const O_DIRECTORY:
u32
= bindings::O_DIRECTORY; // 65_536u32
Expand description
File must be a directory.
This documentation is an old archive. Please see
https://rust.docs.kernel.org
instead.