Searched refs:FS_XFLAG_DAX (Results 1 – 7 of 7) sorted by relevance
46 2. There exists a persistent flag FS_XFLAG_DAX that can be applied to regular50 3. If the persistent FS_XFLAG_DAX flag is set on a directory, this flag will56 4. There exist dax mount options which can override FS_XFLAG_DAX in the60 "-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 remain77 a) Setting the parent directory FS_XFLAG_DAX as needed before files are82 c) Changing the FS_XFLAG_DAX flag on existing regular files and86 6. When changing the S_DAX policy via toggling the persistent FS_XFLAG_DAX flag,[all …]
141 #define FS_XFLAG_DAX 0x00008000 /* use DAX for IO */ macro
1079 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()
642 flags |= FS_XFLAG_DAX; in _xfs_dic2xflags()
571 xflags |= FS_XFLAG_DAX; in ext4_iflags_to_xflags()578 FS_XFLAG_DAX)597 if (xflags & FS_XFLAG_DAX) in ext4_xflags_to_iflags()
2370 if ((fa->fsx_xflags & FS_XFLAG_DAX) && in vfs_ioc_fssetxattr_check()