Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dext4.h509 #define EXT4_DAX_FL 0x02000000 /* Inode is DAX */ macro
531 EXT4_DAX_FL | \
551 EXT4_DAX_FL)
H A Dialloc.c1307 (!(ei->i_flags & (EXT4_DAX_FL|EXT4_EA_INODE_FL)) || S_ISDIR(mode))) in __ext4_new_inode()