Module fopen_flags

Module fopen_flags 

Source
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)