Home
last modified time | relevance | path

Searched refs:s_ext4_flags (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-6.6/fs/ext4/
H A Dioctl.c201 &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()
H A Dresize.c94 &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()
H A Dext4.h1532 unsigned long s_ext4_flags; /* Ext4 superblock flags */ member
2232 return test_bit(EXT4_FLAGS_SHUTDOWN, &EXT4_SB(sb)->s_ext4_flags); in ext4_forced_shutdown()
H A Dsuper.c713 set_bit(EXT4_FLAGS_SHUTDOWN, &EXT4_SB(sb)->s_ext4_flags); in ext4_handle_error()
4732 set_bit(EXT4_FLAGS_BDEV_IS_DAX, &sbi->s_ext4_flags); in ext4_check_feature_compatibility()
4743 if (!test_bit(EXT4_FLAGS_BDEV_IS_DAX, &sbi->s_ext4_flags)) { in ext4_check_feature_compatibility()
H A Dinode.c4557 if (!test_bit(EXT4_FLAGS_BDEV_IS_DAX, &sbi->s_ext4_flags)) in ext4_should_enable_dax()
/kernel/linux/linux-5.10/fs/ext4/
H A Dioctl.c637 set_bit(EXT4_FLAGS_SHUTDOWN, &sbi->s_ext4_flags); in ext4_shutdown()
641 set_bit(EXT4_FLAGS_SHUTDOWN, &sbi->s_ext4_flags); in ext4_shutdown()
648 set_bit(EXT4_FLAGS_SHUTDOWN, &sbi->s_ext4_flags); in ext4_shutdown()
H A Dresize.c93 &EXT4_SB(sb)->s_ext4_flags)) in ext4_resize_begin()
101 clear_bit_unlock(EXT4_FLAGS_RESIZING, &EXT4_SB(sb)->s_ext4_flags); in ext4_resize_end()
H A Dext4.h1485 unsigned long s_ext4_flags; /* Ext4 superblock flags */ member
2132 return test_bit(EXT4_FLAGS_SHUTDOWN, &sbi->s_ext4_flags); in ext4_forced_shutdown()
H A Dsuper.c4427 set_bit(EXT4_FLAGS_BDEV_IS_DAX, &sbi->s_ext4_flags); in ext4_fill_super()
4435 if (!test_bit(EXT4_FLAGS_BDEV_IS_DAX, &sbi->s_ext4_flags)) { in ext4_fill_super()
H A Dinode.c4657 if (!test_bit(EXT4_FLAGS_BDEV_IS_DAX, &sbi->s_ext4_flags)) in ext4_should_enable_dax()

Completed in 58 milliseconds