Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dext4.h2237 #define EXT4_FLAGS_BDEV_IS_DAX 2 macro
H A Dsuper.c4728 set_bit(EXT4_FLAGS_BDEV_IS_DAX, &sbi->s_ext4_flags); in ext4_check_feature_compatibility()
4739 if (!test_bit(EXT4_FLAGS_BDEV_IS_DAX, &sbi->s_ext4_flags)) { in ext4_check_feature_compatibility()
H A Dinode.c4601 if (!test_bit(EXT4_FLAGS_BDEV_IS_DAX, &sbi->s_ext4_flags)) in ext4_should_enable_dax()