Searched refs:s_ext4_flags (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/fs/ext4/ |
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() 816 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()
|
D | resize.c | 94 &EXT4_SB(sb)->s_ext4_flags)) in ext4_resize_begin() 102 clear_bit_unlock(EXT4_FLAGS_RESIZING, &EXT4_SB(sb)->s_ext4_flags); in ext4_resize_end()
|
D | ext4.h | 1532 unsigned long s_ext4_flags; /* Ext4 superblock flags */ member 2231 return test_bit(EXT4_FLAGS_SHUTDOWN, &EXT4_SB(sb)->s_ext4_flags); in ext4_forced_shutdown()
|
D | super.c | 713 set_bit(EXT4_FLAGS_SHUTDOWN, &EXT4_SB(sb)->s_ext4_flags); in ext4_handle_error() 4731 set_bit(EXT4_FLAGS_BDEV_IS_DAX, &sbi->s_ext4_flags); in ext4_check_feature_compatibility() 4742 if (!test_bit(EXT4_FLAGS_BDEV_IS_DAX, &sbi->s_ext4_flags)) { in ext4_check_feature_compatibility()
|
D | inode.c | 4545 if (!test_bit(EXT4_FLAGS_BDEV_IS_DAX, &sbi->s_ext4_flags)) in ext4_should_enable_dax()
|