Home
last modified time | relevance | path

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

/linux/Documentation/filesystems/ext4/
H A Dverity.rst35 Verity inodes have EXT4_VERITY_FL set, and they must use extents, i.e.
/linux/fs/ext4/
H A Dext4.h505 #define EXT4_VERITY_FL 0x00100000 /* Verity protected inode */ macro
542 EXT4_VERITY_FL | \
564 #define EXT4_DAX_MUT_EXCL (EXT4_VERITY_FL | EXT4_ENCRYPT_FL |\
H A Dinode.c4999 if (flags & EXT4_VERITY_FL) in ext4_set_inode_flags()
6109 if (flags & EXT4_VERITY_FL) in ext4_getattr()