Home
last modified time | relevance | path

Searched refs:STATX_ATTR_DAX (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/tools/include/uapi/linux/
H A Dstat.h191 #define STATX_ATTR_DAX 0x00200000 /* File is currently in DAX state */ macro
/openbmc/linux/include/uapi/linux/
H A Dstat.h191 #define STATX_ATTR_DAX 0x00200000 /* File is currently in DAX state */ macro
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfstests/xfstests/
H A D0002-Add-missing-STATX_ATTR_-defines-from-musl-sys-stat.h.patch34 +#define STATX_ATTR_DAX 0x00200000 /* File is currently in DAX state */
/openbmc/linux/fs/
H A Dstat.c128 stat->attributes |= STATX_ATTR_DAX; in vfs_getattr_nosec()
131 STATX_ATTR_DAX); in vfs_getattr_nosec()
/openbmc/linux/Documentation/filesystems/
H A Ddax.rst44 the statx flag `STATX_ATTR_DAX`. See the manpage for statx(2) for details
184 check the statx flag `STATX_ATTR_DAX` to see if DAX is enabled for this file.