Constant FOPEN_DIRECT_IO

Source
pub const FOPEN_DIRECT_IO: u32 = _; // 1u32
Expand description

Flags returned by the OPEN request

FOPEN_DIRECT_IO: bypass page cache for this open file FOPEN_KEEP_CACHE: don’t invalidate the data cache on open FOPEN_NONSEEKABLE: the file is not seekable FOPEN_CACHE_DIR: allow caching this directory FOPEN_STREAM: the file is stream-like (no file position at all)