Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/filesystems/
Ddax.txt58 - adding support to mark inodes as being DAX by setting the S_DAX flag in
61 dax_do_io() instead of blockdev_direct_IO() if S_DAX is set
/linux-4.4.14/fs/xfs/
Dxfs_iops.c1194 S_NOATIME | S_DAX); in xfs_diflags_to_iflags()
1206 inode->i_flags |= S_DAX; in xfs_diflags_to_iflags()
/linux-4.4.14/fs/ext2/
Dinode.c1288 S_DIRSYNC | S_DAX); in ext2_set_inode_flags()
1300 inode->i_flags |= S_DAX; in ext2_set_inode_flags()
/linux-4.4.14/fs/
Dblock_dev.c1206 bdev->bd_inode->i_flags = disk->fops->direct_access ? S_DAX : 0; in __blkdev_get()
1274 bdev->bd_inode->i_flags &= ~S_DAX; in __blkdev_get()
/linux-4.4.14/include/linux/
Dfs.h1745 #define S_DAX 8192 /* Direct Access, avoiding the page cache */ macro
1747 #define S_DAX 0 /* Make all the DAX code disappear */ macro
1786 #define IS_DAX(inode) ((inode)->i_flags & S_DAX)
/linux-4.4.14/fs/ext4/
Dinode.c4076 new_fl |= S_DAX; in ext4_set_inode_flags()
4078 S_SYNC|S_APPEND|S_IMMUTABLE|S_NOATIME|S_DIRSYNC|S_DAX); in ext4_set_inode_flags()