#include <sys/stat.h>#include <cstdint>#include <cstring>#include <fcntl.h>Go to the source code of this file.
Classes | |
| struct | XrdSysStatx |
| class | XrdSysStatxHelpers |
Macros | |
| #define | STATX_ALL 0x0000013f |
| #define | STATX_BASIC_STATS 0x0000003f |
| #define | STATX_BTIME 0x00000100 |
Typedefs | |
| typedef struct timespec | statx_timestamp |
| struct XrdSysStatx |
Definition at line 43 of file XrdSysStatx.hh.
| Class Members | ||
|---|---|---|
| struct stat | statx | |
| uint32_t | stx_mask | |
| #define STATX_ALL 0x0000013f |
Definition at line 49 of file XrdSysStatx.hh.
| #define STATX_BASIC_STATS 0x0000003f |
Definition at line 48 of file XrdSysStatx.hh.
Referenced by XrdSysStatxHelpers::Stat2Statx(), and XrdSysStatxHelpers::Statx2Stat().
| #define STATX_BTIME 0x00000100 |
Definition at line 50 of file XrdSysStatx.hh.
| typedef struct timespec statx_timestamp |
Definition at line 52 of file XrdSysStatx.hh.