Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dresize.c92 &sbi->s_ext4_flags)) in ext4_resize_begin()
100 clear_bit_unlock(EXT4_FLAGS_RESIZING, &EXT4_SB(sb)->s_ext4_flags); in ext4_resize_end()
H A Dext4.h1646 unsigned long s_ext4_flags; /* Ext4 superblock flags */ member
2426 return test_bit(EXT4_FLAGS_SHUTDOWN, &EXT4_SB(sb)->s_ext4_flags); in ext4_forced_shutdown()
2431 return test_bit(EXT4_FLAGS_EMERGENCY_RO, &EXT4_SB(sb)->s_ext4_flags); in ext4_emergency_ro()
H A Dsuper.c748 set_bit(EXT4_FLAGS_EMERGENCY_RO, &EXT4_SB(sb)->s_ext4_flags); in ext4_handle_error()
4807 set_bit(EXT4_FLAGS_BDEV_IS_DAX, &sbi->s_ext4_flags); in ext4_check_feature_compatibility()
4818 if (!test_bit(EXT4_FLAGS_BDEV_IS_DAX, &sbi->s_ext4_flags)) { in ext4_check_feature_compatibility()
H A Dinode.c5133 if (!test_bit(EXT4_FLAGS_BDEV_IS_DAX, &sbi->s_ext4_flags)) in ext4_should_enable_dax()