Home
last modified time | relevance | path

Searched refs:FS_XFLAG_DAX (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.10/Documentation/filesystems/
Ddax.txt46 2. There exists a persistent flag FS_XFLAG_DAX that can be applied to regular
50 3. If the persistent FS_XFLAG_DAX flag is set on a directory, this flag will
56 4. There exist dax mount options which can override FS_XFLAG_DAX in the
60 "-o dax=inode" means "follow FS_XFLAG_DAX" and is the default.
62 "-o dax=never" means "never set S_DAX, ignore FS_XFLAG_DAX."
64 "-o dax=always" means "always set S_DAX ignore FS_XFLAG_DAX."
70 NOTE: Modifications to and the inheritance behavior of FS_XFLAG_DAX remain
77 a) Setting the parent directory FS_XFLAG_DAX as needed before files are
82 c) Changing the FS_XFLAG_DAX flag on existing regular files and
86 6. When changing the S_DAX policy via toggling the persistent FS_XFLAG_DAX flag,
[all …]
/Linux-v5.10/include/uapi/linux/
Dfs.h141 #define FS_XFLAG_DAX 0x00008000 /* use DAX for IO */ macro
/Linux-v5.10/tools/include/uapi/linux/
Dfs.h141 #define FS_XFLAG_DAX 0x00008000 /* use DAX for IO */ macro
/Linux-v5.10/fs/xfs/
Dxfs_ioctl.c1079 xflags |= FS_XFLAG_DAX; in xfs_merge_ioc_xflags()
1081 xflags &= ~FS_XFLAG_DAX; in xfs_merge_ioc_xflags()
1196 if (xflags & FS_XFLAG_DAX) in xfs_flags2diflags2()
1230 if ((fa->fsx_xflags & FS_XFLAG_DAX) && xfs_is_reflink_inode(ip)) in xfs_ioctl_setattr_xflags()
1263 if (((fa->fsx_xflags & FS_XFLAG_DAX) && in xfs_ioctl_setattr_prepare_dax()
1265 (!(fa->fsx_xflags & FS_XFLAG_DAX) && in xfs_ioctl_setattr_prepare_dax()
Dxfs_inode.c642 flags |= FS_XFLAG_DAX; in _xfs_dic2xflags()
/Linux-v5.10/fs/ext4/
Dioctl.c571 xflags |= FS_XFLAG_DAX; in ext4_iflags_to_xflags()
578 FS_XFLAG_DAX)
597 if (xflags & FS_XFLAG_DAX) in ext4_xflags_to_iflags()
/Linux-v5.10/fs/
Dinode.c2370 if ((fa->fsx_xflags & FS_XFLAG_DAX) && in vfs_ioc_fssetxattr_check()