Searched refs:STATX_ATTR_DAX (Results 1 – 5 of 5) sorted by relevance
191 #define STATX_ATTR_DAX 0x00200000 /* File is currently in DAX state */ macro
34 +#define STATX_ATTR_DAX 0x00200000 /* File is currently in DAX state */
128 stat->attributes |= STATX_ATTR_DAX; in vfs_getattr_nosec()131 STATX_ATTR_DAX); in vfs_getattr_nosec()
44 the statx flag `STATX_ATTR_DAX`. See the manpage for statx(2) for details184 check the statx flag `STATX_ATTR_DAX` to see if DAX is enabled for this file.