Home
last modified time | relevance | path

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

/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.c4616 if (flags & EXT4_VERITY_FL) in ext4_set_inode_flags()
5599 if (flags & EXT4_VERITY_FL) in ext4_getattr()