Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dfuse.h369 * FOPEN_NONSEEKABLE: the file is not seekable macro
378 #define FOPEN_NONSEEKABLE (1 << 2)
/linux/fs/fuse/
H A Ddir.c1685 if (ff->open_flags & (FOPEN_STREAM | FOPEN_NONSEEKABLE)) in fuse_dir_open()
H A Dfile.c211 else if (ff->open_flags & FOPEN_NONSEEKABLE) in fuse_finish_open()