Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext4/
H A Dioctl.c322 if ((oldflags & EXT4_DAX_MUT_EXCL) || in dax_compatible()
329 if ((flags & EXT4_DAX_MUT_EXCL) && (oldflags & EXT4_DAX_FL)) in dax_compatible()
H A Dext4.h493 #define EXT4_DAX_MUT_EXCL (EXT4_VERITY_FL | EXT4_ENCRYPT_FL |\ macro