Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ext4/
Dioctl.c204 &sbi->s_ext4_flags)) { in ext4_update_superblocks_fn()
275 clear_bit_unlock(EXT4_FLAGS_RESIZING, &sbi->s_ext4_flags); in ext4_update_superblocks_fn()
821 set_bit(EXT4_FLAGS_SHUTDOWN, &sbi->s_ext4_flags); in ext4_shutdown()
825 set_bit(EXT4_FLAGS_SHUTDOWN, &sbi->s_ext4_flags); in ext4_shutdown()
832 set_bit(EXT4_FLAGS_SHUTDOWN, &sbi->s_ext4_flags); in ext4_shutdown()
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()
Dext4.h1561 unsigned long s_ext4_flags; /* Ext4 superblock flags */ member
2232 return test_bit(EXT4_FLAGS_SHUTDOWN, &sbi->s_ext4_flags); in ext4_forced_shutdown()
Dsuper.c5121 set_bit(EXT4_FLAGS_BDEV_IS_DAX, &sbi->s_ext4_flags); in __ext4_fill_super()
5132 if (!test_bit(EXT4_FLAGS_BDEV_IS_DAX, &sbi->s_ext4_flags)) { in __ext4_fill_super()
Dinode.c4656 if (!test_bit(EXT4_FLAGS_BDEV_IS_DAX, &sbi->s_ext4_flags)) in ext4_should_enable_dax()