Searched refs:s_ext4_flags (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/fs/ext4/ |
| H A D | ioctl.c | 201 &sbi->s_ext4_flags)) { in ext4_update_superblocks_fn() 272 clear_bit_unlock(EXT4_FLAGS_RESIZING, &sbi->s_ext4_flags); in ext4_update_superblocks_fn() 825 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 D | ext4.h | 1551 unsigned long s_ext4_flags; /* Ext4 superblock flags */ member 2250 return test_bit(EXT4_FLAGS_SHUTDOWN, &EXT4_SB(sb)->s_ext4_flags); in ext4_forced_shutdown() 2255 return test_bit(EXT4_FLAGS_EMERGENCY_RO, &EXT4_SB(sb)->s_ext4_flags); in ext4_emergency_ro()
|
| H A D | resize.c | 92 &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 D | super.c | 736 set_bit(EXT4_FLAGS_EMERGENCY_RO, &EXT4_SB(sb)->s_ext4_flags); in ext4_handle_error() 4729 set_bit(EXT4_FLAGS_BDEV_IS_DAX, &sbi->s_ext4_flags); in ext4_check_feature_compatibility() 4740 if (!test_bit(EXT4_FLAGS_BDEV_IS_DAX, &sbi->s_ext4_flags)) { in ext4_check_feature_compatibility()
|
| H A D | inode.c | 4616 if (!test_bit(EXT4_FLAGS_BDEV_IS_DAX, &sbi->s_ext4_flags)) in ext4_should_enable_dax()
|