Home
last modified time | relevance | path

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

/system/extras/ext4_utils/include/ext4_utils/
Dext4.h556 #define EXT4_FEATURE_INCOMPAT_ENCRYPT 0x10000 macro
/system/core/fs_mgr/
Dfs_mgr.cpp460 if ((sb->s_feature_incompat & cpu_to_le32(EXT4_FEATURE_INCOMPAT_ENCRYPT)) == 0) { in tune_encrypt()