#include <cel_storage.h>
Public Member Functions | |
| LockStorageRegion (uint64_t inOffset, uint64_t inLength) | |
| LockStorageRegion () | |
Public Attributes | |
| uint64_t | offset |
| offset More... | |
| uint64_t | length |
| length More... | |
This structure stores offset-length pair.
|
inline |
Initializes the instance.
| inOffset | offset. |
| inLength | length. |
|
inline |
Initializes the instance with all-0.
| uint64_t Celartem::LockStorageRegion::length |
length
Referenced by Celartem::DiskStorageLock::DiskStorageLock(), Celartem::DiskStorageLock::lock(), and Celartem::DiskStorageLock::unlock().
| uint64_t Celartem::LockStorageRegion::offset |
offset
Referenced by Celartem::DiskStorageLock::DiskStorageLock(), Celartem::DiskStorageLock::lock(), and Celartem::DiskStorageLock::unlock().