Home
last modified time | relevance | path

Searched refs:EXT4_FLAGS_BDEV_IS_DAX (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/fs/ext4/
Dext4.h2228 #define EXT4_FLAGS_BDEV_IS_DAX 2 macro
Dsuper.c4732 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()
Dinode.c4557 if (!test_bit(EXT4_FLAGS_BDEV_IS_DAX, &sbi->s_ext4_flags)) in ext4_should_enable_dax()