Merge tag 'for-6.4/io_uring-2023-04-21' of git://git.kernel.dk/linux
[sfrench/cifs-2.6.git] / include / linux / fs.h
index ef2281a2accef88e1326ee4f8b1d970792288254..67495ef79bb2bc79166fc7e413505a5f112d00b2 100644 (file)
@@ -168,6 +168,9 @@ typedef int (dio_iodone_t)(struct kiocb *iocb, loff_t offset,
 
 #define        FMODE_NOREUSE           ((__force fmode_t)0x800000)
 
+/* File supports non-exclusive O_DIRECT writes from multiple threads */
+#define FMODE_DIO_PARALLEL_WRITE       ((__force fmode_t)0x1000000)
+
 /* File was opened by fanotify and shouldn't generate fanotify events */
 #define FMODE_NONOTIFY         ((__force fmode_t)0x4000000)