diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/fuse_lowlevel.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/fuse_lowlevel.h b/include/fuse_lowlevel.h index 0fa2039..f8213ca 100644 --- a/include/fuse_lowlevel.h +++ b/include/fuse_lowlevel.h @@ -1381,7 +1381,8 @@ int fuse_reply_entry(fuse_req_t req, const struct fuse_entry_param *e); * Reply with a directory entry and open parameters * * currently the following members of 'fi' are used: - * fh, direct_io, keep_cache + * fh, direct_io, keep_cache, cache_readdir, nonseekable, noflush, + * parallel_direct_writes * * Possible requests: * create @@ -1440,7 +1441,8 @@ int fuse_passthrough_close(fuse_req_t req, int backing_id); * Reply with open parameters * * currently the following members of 'fi' are used: - * fh, direct_io, keep_cache + * fh, direct_io, keep_cache, cache_readdir, nonseekable, noflush, + * parallel_direct_writes, * * Possible requests: * open, opendir |