Searched refs:S_DAX (Results 1 – 5 of 5) sorted by relevance
56 - adding support to mark inodes as being DAX by setting the S_DAX flag in59 dax_do_io() instead of blockdev_direct_IO() if S_DAX is set
1277 S_DIRSYNC | S_DAX); in ext2_set_inode_flags()1289 inode->i_flags |= S_DAX; in ext2_set_inode_flags()
1727 #define S_DAX 8192 /* Direct Access, avoiding the page cache */ macro1729 #define S_DAX 0 /* Make all the DAX code disappear */ macro1768 #define IS_DAX(inode) ((inode)->i_flags & S_DAX)
1243 bdev->bd_inode->i_flags &= ~S_DAX; in __blkdev_get()
4034 new_fl |= S_DAX; in ext4_set_inode_flags()4036 S_SYNC|S_APPEND|S_IMMUTABLE|S_NOATIME|S_DIRSYNC|S_DAX); in ext4_set_inode_flags()