Home
last modified time | relevance | path

Searched refs:S_DAX (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/Documentation/filesystems/
Ddax.txt56 - adding support to mark inodes as being DAX by setting the S_DAX flag in
59 dax_do_io() instead of blockdev_direct_IO() if S_DAX is set
/linux-4.1.27/fs/ext2/
Dinode.c1277 S_DIRSYNC | S_DAX); in ext2_set_inode_flags()
1289 inode->i_flags |= S_DAX; in ext2_set_inode_flags()
/linux-4.1.27/include/linux/
Dfs.h1727 #define S_DAX 8192 /* Direct Access, avoiding the page cache */ macro
1729 #define S_DAX 0 /* Make all the DAX code disappear */ macro
1768 #define IS_DAX(inode) ((inode)->i_flags & S_DAX)
/linux-4.1.27/fs/
Dblock_dev.c1243 bdev->bd_inode->i_flags &= ~S_DAX; in __blkdev_get()
/linux-4.1.27/fs/ext4/
Dinode.c4034 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()