Searched refs:S_DAX (Results 1 – 4 of 4) sorted by relevance
584 inode->i_flags = S_DAX; in dax_dev_get()
2110 #define S_DAX (1 << 13) /* Direct Access, avoiding the page cache */ macro2112 #define S_DAX 0 /* Make all the DAX code disappear */ macro2167 #define IS_DAX(inode) ((inode)->i_flags & S_DAX)
1399 flags |= S_DAX; in xfs_diflags_to_iflags()
5161 new_fl |= (inode->i_flags & S_DAX); in ext4_set_inode_flags()5163 new_fl |= S_DAX; in ext4_set_inode_flags()5172 S_SYNC|S_APPEND|S_IMMUTABLE|S_NOATIME|S_DIRSYNC|S_DAX| in ext4_set_inode_flags()