Searched refs:FOPEN_STREAM (Results 1 – 3 of 3) sorted by relevance
371 * FOPEN_STREAM: the file is stream-like (no file position at all) macro 380 #define FOPEN_STREAM (1 << 4)
1685 if (ff->open_flags & (FOPEN_STREAM | FOPEN_NONSEEKABLE)) in fuse_dir_open()
209 if (ff->open_flags & FOPEN_STREAM) in fuse_finish_open()