Home
last modified time | relevance | path

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

/linux-6.6.21/fs/ext4/
Dioctl.c816 set_bit(EXT4_FLAGS_SHUTDOWN, &sbi->s_ext4_flags); in ext4_force_shutdown()
820 set_bit(EXT4_FLAGS_SHUTDOWN, &sbi->s_ext4_flags); in ext4_force_shutdown()
827 set_bit(EXT4_FLAGS_SHUTDOWN, &sbi->s_ext4_flags); in ext4_force_shutdown()
Dext4.h2227 #define EXT4_FLAGS_SHUTDOWN 1 macro
2232 return test_bit(EXT4_FLAGS_SHUTDOWN, &EXT4_SB(sb)->s_ext4_flags); in ext4_forced_shutdown()
Dsuper.c713 set_bit(EXT4_FLAGS_SHUTDOWN, &EXT4_SB(sb)->s_ext4_flags); in ext4_handle_error()