Home
last modified time | relevance | path

Searched refs:s_state (Results 1 – 4 of 4) sorted by relevance

/system/extras/tests/fstest/
Drecovery_test.cpp108 if (sb.s_state & 0x2) { in setSbErrorBit()
114 sb.s_state |= 0x2; in setSbErrorBit()
317 ASSERT_FALSE(sb.s_state & 0x2); in TEST_F()
/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.h399 __le16 s_state; member
/system/core/fs_mgr/
Dfs_mgr.cpp560 (sb.s_state & EXT4_VALID_FS) == 0) { in prepare_fs_for_mount()
562 << "state flags: 0x" << std::hex << sb.s_state << ", " in prepare_fs_for_mount()