XRootD
Loading...
Searching...
No Matches
XrdSysStatx.hh File Reference
#include <sys/stat.h>
#include <cstdint>
#include <cstring>
#include <fcntl.h>
Include dependency graph for XrdSysStatx.hh:
This graph shows which files directly or indirectly include this file:

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

Class Documentation

◆ XrdSysStatx

struct XrdSysStatx

Definition at line 43 of file XrdSysStatx.hh.

Collaboration diagram for XrdSysStatx:
Class Members
struct stat statx
uint32_t stx_mask

Macro Definition Documentation

◆ STATX_ALL

#define STATX_ALL   0x0000013f

Definition at line 49 of file XrdSysStatx.hh.

◆ STATX_BASIC_STATS

#define STATX_BASIC_STATS   0x0000003f

◆ STATX_BTIME

#define STATX_BTIME   0x00000100

Definition at line 50 of file XrdSysStatx.hh.

Typedef Documentation

◆ statx_timestamp

typedef struct timespec statx_timestamp

Definition at line 52 of file XrdSysStatx.hh.