Home
last modified time | relevance | path

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

/linux-6.15/fs/ext4/
H A Dext4.h2244 EXT4_FLAGS_BDEV_IS_DAX, /* Current block device support DAX */ enumerator
H A Dsuper.c4729 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 Dinode.c4616 if (!test_bit(EXT4_FLAGS_BDEV_IS_DAX, &sbi->s_ext4_flags)) in ext4_should_enable_dax()