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)
Constants§
- FOPEN_
CACHE_ DIR - allow caching this directory
- 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_
STREAM - the file is stream-like (no file position at all)