Searched refs:FS_XFLAG_DAX (Results 1 – 9 of 9) 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
1080 xflags |= FS_XFLAG_DAX; in xfs_merge_ioc_xflags()1082 xflags &= ~FS_XFLAG_DAX; in xfs_merge_ioc_xflags()1197 if (xflags & FS_XFLAG_DAX) in xfs_flags2diflags2()1231 if ((fa->fsx_xflags & FS_XFLAG_DAX) && xfs_is_reflink_inode(ip)) in xfs_ioctl_setattr_xflags()1264 if (((fa->fsx_xflags & FS_XFLAG_DAX) && in xfs_ioctl_setattr_prepare_dax()1266 (!(fa->fsx_xflags & FS_XFLAG_DAX) && in xfs_ioctl_setattr_prepare_dax()
642 flags |= FS_XFLAG_DAX; in _xfs_dic2xflags()
184 #define FS_XFLAG_DAX 0x00008000 /* use DAX for IO */ macro
577 xflags |= FS_XFLAG_DAX; in ext4_iflags_to_xflags()584 FS_XFLAG_DAX)603 if (xflags & FS_XFLAG_DAX) in ext4_xflags_to_iflags()
2372 if ((fa->fsx_xflags & FS_XFLAG_DAX) && in vfs_ioc_fssetxattr_check()