Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/filesystems/ext4/
Dverity.rst37 They can have EXT4_ENCRYPT_FL set, in which case the verity metadata
/Linux-v5.4/fs/ext4/
Dinode.c4729 if (flags & EXT4_ENCRYPT_FL) in ext4_set_inode_flags()
5714 if (flags & EXT4_ENCRYPT_FL) in ext4_getattr()
Dext4.h400 #define EXT4_ENCRYPT_FL 0x00000800 /* encrypted file */ macro