Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dext4.h2230 #define EXT4_FLAGS_BDEV_IS_DAX 2 macro
H A Dsuper.c4740 set_bit(EXT4_FLAGS_BDEV_IS_DAX, &sbi->s_ext4_flags); in ext4_check_feature_compatibility()
4751 if (!test_bit(EXT4_FLAGS_BDEV_IS_DAX, &sbi->s_ext4_flags)) { in ext4_check_feature_compatibility()
H A Dinode.c4588 if (!test_bit(EXT4_FLAGS_BDEV_IS_DAX, &sbi->s_ext4_flags)) in ext4_should_enable_dax()