Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/filesystems/ext4/
H A Dverity.rst35 Verity inodes have EXT4_VERITY_FL set, and they must use extents, i.e.
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dext4.h425 #define EXT4_VERITY_FL 0x00100000 /* Verity protected inode */ macro
462 EXT4_VERITY_FL | \
493 #define EXT4_DAX_MUT_EXCL (EXT4_VERITY_FL | EXT4_ENCRYPT_FL |\
H A Dinode.c4619 if (flags & EXT4_VERITY_FL) in ext4_set_inode_flags()
5657 if (flags & EXT4_VERITY_FL) in ext4_getattr()
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dfsverity.rst491 ext4 sets the EXT4_VERITY_FL on-disk inode flag on verity files. It