Searched refs:EXT4_ENCRYPT_FL (Results 1 – 3 of 3) sorted by relevance
45 { EXT4_ENCRYPT_FL, "E", "Encrypted" },
292 #define EXT4_ENCRYPT_FL 0x00000800 /* encrypted inode */ macro
220 if (inode->i_flags & EXT4_ENCRYPT_FL) { in e2fsck_pass1_check_symlink()236 if ((inode->i_flags & EXT4_ENCRYPT_FL) == 0) in e2fsck_pass1_check_symlink()1098 if (inode->i_flags & EXT4_ENCRYPT_FL) in e2fsck_pass1()