Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dext4.h2316 EXT4_FLAGS_EMERGENCY_RO,/* Emergency read-only due to fs errors */ enumerator
2326 return test_bit(EXT4_FLAGS_EMERGENCY_RO, &EXT4_SB(sb)->s_ext4_flags); in ext4_emergency_ro()
H A Dsuper.c742 set_bit(EXT4_FLAGS_EMERGENCY_RO, &EXT4_SB(sb)->s_ext4_flags); in ext4_handle_error()