#include <inode.h>
Inherits dmlite::Extensible.
Inheritance diagram for dmlite::ExtendedStat:
Public Types | |
kOnline = '-' | |
kMigrated = 'm' | |
enum | FileStatus { kOnline = '-', kMigrated = 'm' } |
Public Member Functions | |
bool | operator== (const ExtendedStat &) const |
bool | operator!= (const ExtendedStat &) const |
bool | operator< (const ExtendedStat &) const |
bool | operator> (const ExtendedStat &) const |
Public Attributes | |
ino_t | parent |
stat | stat |
FileStatus | status |
std::string | name |
std::string | guid |
std::string | csumtype |
std::string | csumvalue |
Acl | acl |
bool dmlite::ExtendedStat::operator!= | ( | const ExtendedStat & | ) | const |
bool dmlite::ExtendedStat::operator< | ( | const ExtendedStat & | ) | const |
bool dmlite::ExtendedStat::operator== | ( | const ExtendedStat & | ) | const |
bool dmlite::ExtendedStat::operator> | ( | const ExtendedStat & | ) | const |
std::string dmlite::ExtendedStat::csumtype |
std::string dmlite::ExtendedStat::csumvalue |
std::string dmlite::ExtendedStat::guid |
std::string dmlite::ExtendedStat::name |
struct stat dmlite::ExtendedStat::stat |