Home
last modified time | relevance | path

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

/openbmc/linux/fs/ext4/
H A Dioctl.c559 if ((ei->i_flags ^ flags) & EXT4_DAX_FL) in ext4_dax_dontcache()
572 if (flags & EXT4_DAX_FL) { in dax_compatible()
580 if ((flags & EXT4_DAX_MUT_EXCL) && (oldflags & EXT4_DAX_FL)) in dax_compatible()
H A Dext4.h496 #define EXT4_DAX_FL 0x02000000 /* Inode is DAX */ macro
518 EXT4_DAX_FL | \
538 EXT4_DAX_FL)
H A Dialloc.c1308 (!(ei->i_flags & EXT4_DAX_FL) || S_ISDIR(mode))) in __ext4_new_inode()