Searched refs:S_DAX (Results 1 – 8 of 8) sorted by relevance
58 - adding support to mark inodes as being DAX by setting the S_DAX flag in61 when inode has S_DAX flag set
1233 S_NOATIME | S_DAX); in xfs_diflags_to_iflags()1244 inode->i_flags |= S_DAX; in xfs_diflags_to_iflags()
1003 inode->i_flags |= S_DAX; in xfs_diflags_to_linux()1005 inode->i_flags &= ~S_DAX; in xfs_diflags_to_linux()
463 inode->i_flags = S_DAX; in dax_dev_get()
556 inode->i_flags = S_DAX; in dax_open()
1369 S_DIRSYNC | S_DAX); in ext2_set_inode_flags()1381 inode->i_flags |= S_DAX; in ext2_set_inode_flags()
1896 #define S_DAX 8192 /* Direct Access, avoiding the page cache */ macro1898 #define S_DAX 0 /* Make all the DAX code disappear */ macro1939 #define IS_DAX(inode) ((inode)->i_flags & S_DAX)
4714 new_fl |= S_DAX; in ext4_set_inode_flags()4718 S_SYNC|S_APPEND|S_IMMUTABLE|S_NOATIME|S_DIRSYNC|S_DAX| in ext4_set_inode_flags()