summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/iomap.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/linux/iomap.h b/include/linux/iomap.h
index cea6bbc97b6e..5b2b40e81b61 100644
--- a/include/linux/iomap.h
+++ b/include/linux/iomap.h
@@ -92,6 +92,14 @@ struct vm_fault;
#define IOMAP_F_ZERO_TAIL (1U << 10)
/*
+ * Indicates reads and writes of fsverity metadata.
+ *
+ * Fsverity metadata is stored after the regular file data and thus beyond
+ * i_size.
+ */
+#define IOMAP_F_FSVERITY (1U << 11)
+
+/*
* Flag reserved for file system specific usage
*/
#define IOMAP_F_PRIVATE (1U << 12)