Home
last modified time | relevance | path

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

/system/extras/ext4_utils/
Dext4_utils.cpp191 if ((sb->s_state & EXT4_VALID_FS) != EXT4_VALID_FS) in ext4_parse_sb_info()
/system/extras/ext4_utils/include/ext4_utils/
Dext4.h322 #define EXT4_VALID_FS 0x0001 macro
/system/core/fs_mgr/
Dfs_mgr.cpp560 (sb.s_state & EXT4_VALID_FS) == 0) { in prepare_fs_for_mount()