Home
last modified time | relevance | path

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

/linux-6.6.21/Documentation/filesystems/ext4/
Dverity.rst35 Verity inodes have EXT4_VERITY_FL set, and they must use extents, i.e.
Dinodes.rst281 - Verity protected file (EXT4_VERITY_FL).
/linux-6.6.21/fs/ext4/
Dext4.h492 #define EXT4_VERITY_FL 0x00100000 /* Verity protected inode */ macro
529 EXT4_VERITY_FL | \
551 #define EXT4_DAX_MUT_EXCL (EXT4_VERITY_FL | EXT4_ENCRYPT_FL |\
Dinode.c4593 if (flags & EXT4_VERITY_FL) in ext4_set_inode_flags()
5576 if (flags & EXT4_VERITY_FL) in ext4_getattr()
/linux-6.6.21/Documentation/filesystems/
Dfsverity.rst568 ext4 sets the EXT4_VERITY_FL on-disk inode flag on verity files. It