Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dfuse.h383 #define FOPEN_STREAM (1 << 4) macro
/linux-6.15/fs/fuse/
H A Ddir.c1708 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()