Searched refs:EXT4_ENCRYPT_FL (Results 1 – 6 of 6) sorted by relevance
40 { EXT4_ENCRYPT_FL, "E", "Encrypted" },
237 if (inode.i_flags & EXT4_ENCRYPT_FL) in do_list_dir()
323 #define EXT4_ENCRYPT_FL 0x00000800 /* encrypted inode */ macro987 return (inode->i_flags & EXT4_ENCRYPT_FL) && in ext4_hash_in_dirent()
426 if (fix && (inode.i_flags & EXT4_ENCRYPT_FL)) { in e2fsck_get_lost_and_found()
428 if (fd->inode->i_flags & EXT4_ENCRYPT_FL) { in duplicate_search_and_fix()
256 if (inode->i_flags & EXT4_ENCRYPT_FL) in e2fsck_pass1_check_symlink()1891 if (inode->i_flags & EXT4_ENCRYPT_FL) in e2fsck_pass1()