]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
fuse.4: Add list of FOPEN_* flags
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 10 Dec 2016 13:52:59 +0000 (14:52 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 12 Dec 2016 09:35:43 +0000 (10:35 +0100)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man4/fuse.4

index 81326789621418ad93114251951fc4ee55d21e69..a9615da70aaca198b7afb34538b7bac1afc73221 100644 (file)
@@ -293,9 +293,19 @@ field is an opaque identifier that the kernel will use to refer
 to this resource
 The
 .I open_flags
-field is a bit mask of any number of
-.B FOPEN_*
-flags, which indicate properties of this file handle to the kernel.
+field is a bit mask of any number of the flags
+that indicate properties of this file handle to the kernel:
+.RS 7
+.TP 18
+.BR FOPEN_DIRECT_IO
+Bypass page cache for this open file.
+.TP
+.BR FOPEN_KEEP_CACHE
+Don't invalidate the data cache on open.
+.TP
+.BR FOPEN_NONSEEKABLE
+The file is not seekable.
+.RE
 .TP
 .BR FUSE_READ " ( 15 ) and " FUSE_READDIR " ( 28 )"
 .in +4n