Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dioctl.c825 set_bit(EXT4_FLAGS_SHUTDOWN, &sbi->s_ext4_flags); in ext4_force_shutdown()
829 set_bit(EXT4_FLAGS_SHUTDOWN, &sbi->s_ext4_flags); in ext4_force_shutdown()
836 set_bit(EXT4_FLAGS_SHUTDOWN, &sbi->s_ext4_flags); in ext4_force_shutdown()
H A Dext4.h2229 #define EXT4_FLAGS_SHUTDOWN 1 macro
2234 return test_bit(EXT4_FLAGS_SHUTDOWN, &EXT4_SB(sb)->s_ext4_flags); in ext4_forced_shutdown()
H A Dsuper.c720 set_bit(EXT4_FLAGS_SHUTDOWN, &EXT4_SB(sb)->s_ext4_flags); in ext4_handle_error()