Home
last modified time | relevance | path

Searched refs:FOPEN_STREAM (Results 1 – 3 of 3) sorted by relevance

/linux/include/uapi/linux/
H A Dfuse.h371 * FOPEN_STREAM: the file is stream-like (no file position at all) macro
380 #define FOPEN_STREAM (1 << 4)
/linux/fs/fuse/
H A Ddir.c1685 if (ff->open_flags & (FOPEN_STREAM | FOPEN_NONSEEKABLE)) in fuse_dir_open()
H A Dfile.c209 if (ff->open_flags & FOPEN_STREAM) in fuse_finish_open()