Home
last modified time | relevance | path

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

/linux/Documentation/filesystems/
H A Ddax.rst43 1. There exists an in-kernel file access mode flag `S_DAX` that corresponds to
49 time, but doing so does not immediately affect the `S_DAX` state.
58 setting of the `S_DAX` flag. Given underlying storage which supports `DAX` the
63 ``-o dax=never`` means "never set `S_DAX`, ignore `FS_XFLAG_DAX`."
65 ``-o dax=always`` means "always set `S_DAX` ignore `FS_XFLAG_DAX`."
78 in-core inode state (`S_DAX`) will be overridden until the filesystem is
81 5. The `S_DAX` policy can be changed via:
92 6. When changing the `S_DAX` policy via toggling the persistent `FS_XFLAG_DAX`
102 (`S_DAX`).
155 The current enabled state (`S_DAX`) is set when a file inode is instantiated in
[all …]
/linux/fs/erofs/
H A Dinode.c182 inode->i_flags &= ~S_DAX; in erofs_read_inode()
186 inode->i_flags |= S_DAX; in erofs_read_inode()
/linux/drivers/dax/
H A Dsuper.c441 inode->i_flags = S_DAX; in dax_dev_get()
H A Ddevice.c360 inode->i_flags = S_DAX; in dax_open()
/linux/fs/ext2/
H A Dinode.c1351 S_DIRSYNC | S_DAX); in ext2_set_inode_flags()
1363 inode->i_flags |= S_DAX; in ext2_set_inode_flags()
/linux/include/linux/
H A Dfs.h2268 #define S_DAX (1 << 13) /* Direct Access, avoiding the page cache */ macro
2270 #define S_DAX 0 /* Make all the DAX code disappear */ macro
2325 #define IS_DAX(inode) ((inode)->i_flags & S_DAX)
/linux/fs/xfs/
H A Dxfs_iops.c1268 flags |= S_DAX; in xfs_diflags_to_iflags()
/linux/fs/fuse/
H A Ddax.c1358 inode->i_flags |= S_DAX; in fuse_dax_inode_init()
/linux/fs/ext4/
H A Dinode.c4597 new_fl |= (inode->i_flags & S_DAX); in ext4_set_inode_flags()
4599 new_fl |= S_DAX; in ext4_set_inode_flags()
4608 S_SYNC|S_APPEND|S_IMMUTABLE|S_NOATIME|S_DIRSYNC|S_DAX| in ext4_set_inode_flags()