Searched defs:VolumeSnapshot (Results 1 – 2 of 2) sorted by relevance
45 struct VolumeSnapshot { struct49 std::string name;50 off_t capacity;51 off_t freeBytes;52 FileInfo* rootDir;53 FileInfo* freeSpace;54 FileInfo* currentDir;
112 VolumeSnapshot::VolumeSnapshot(const BVolume* volume) in VolumeSnapshot() function in VolumeSnapshot