Home
last modified time | relevance | path

Searched refs:EXT4_DAX_MUT_EXCL (Results 1 – 2 of 2) sorted by relevance

/linux/fs/ext4/
H A Dioctl.c573 if ((oldflags & EXT4_DAX_MUT_EXCL) || in dax_compatible()
580 if ((flags & EXT4_DAX_MUT_EXCL) && (oldflags & EXT4_DAX_FL)) in dax_compatible()
H A Dext4.h556 #define EXT4_DAX_MUT_EXCL (EXT4_VERITY_FL | EXT4_ENCRYPT_FL |\ macro