Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/e2p/
Dpf.c40 { EXT4_ENCRYPT_FL, "E", "Encrypted" },
/external/e2fsprogs/debugfs/
Dls.c237 if (inode.i_flags & EXT4_ENCRYPT_FL) in do_list_dir()
/external/e2fsprogs/lib/ext2fs/
Dext2_fs.h323 #define EXT4_ENCRYPT_FL 0x00000800 /* encrypted inode */ macro
987 return (inode->i_flags & EXT4_ENCRYPT_FL) && in ext4_hash_in_dirent()
/external/e2fsprogs/e2fsck/
Dpass3.c426 if (fix && (inode.i_flags & EXT4_ENCRYPT_FL)) { in e2fsck_get_lost_and_found()
Drehash.c428 if (fd->inode->i_flags & EXT4_ENCRYPT_FL) { in duplicate_search_and_fix()
Dpass1.c256 if (inode->i_flags & EXT4_ENCRYPT_FL) in e2fsck_pass1_check_symlink()
1891 if (inode->i_flags & EXT4_ENCRYPT_FL) in e2fsck_pass1()