#include <XrdSysStatx.hh>
Static Public Member Functions | |
| static size_t | GetSize (const XrdSysStatx &buf) |
| static void | Stat2Statx (const struct stat &stat, XrdSysStatx &statx) |
| static void | StatT2StatxT (const struct timespec &sta_T, statx_timestamp &stx_T) |
| static void | Statx2Stat (const XrdSysStatx &statx, struct stat &stat) |
| static void | StatxT2StatT (const statx_timestamp &stx_T, struct timespec &sta_T) |
Definition at line 56 of file XrdSysStatx.hh.
|
inlinestatic |
Returns the size of the XrdSysStatx buf passed in parameter
| buf | - the buffer from which we return the size |
Definition at line 90 of file XrdSysStatx.hh.
References XrdSysStatx::statx.
|
inlinestatic |
Converts a stat structure into a statx structure
Definition at line 109 of file XrdSysStatx.hh.
References stat, StatT2StatxT(), XrdSysStatx::statx, STATX_BASIC_STATS, and XrdSysStatx::stx_mask.
Referenced by Xrd_U_Statx(), and XrdPosix_Statx().
|
inlinestatic |
Converts a stat timestamp to a statx timestamp
| sta_T | the stat timestamp to convert |
| stx_T | the converted statx timestamp |
Definition at line 104 of file XrdSysStatx.hh.
Referenced by Stat2Statx().
|
inlinestatic |
Converts a statx structure into a stat structure
Definition at line 135 of file XrdSysStatx.hh.
References stat, XrdSysStatx::statx, STATX_BASIC_STATS, StatxT2StatT(), and XrdSysStatx::stx_mask.
|
inlinestatic |
Converts a statx timestamp to a stat timestamp
| stx_T | the statx timestamp to convert |
| sta_T | the converted stat timestamp |
Definition at line 99 of file XrdSysStatx.hh.
Referenced by Statx2Stat().