std::atomic_int nref = {0}; ///< reference count
// these are defined/set if the shared_blob is 'loaded'
- bool loaded = false; ///< whether shared_blob_t is loaded
+ bool loaded = false; ///< whether shared_blob is loaded
bluestore_shared_blob_t shared_blob; ///< the actual shared state
// these are defined/set if the blob is marked 'shared'
uint32_t logical_offset = 0; ///< logical offset
uint32_t blob_offset = 0; ///< blob offset
uint32_t length = 0; ///< length
- uint8_t blob_depth = 0; /// blob overlapping count
+ uint8_t blob_depth = 0; ///< blob overlapping count
BlobRef blob; ///< the blob with our data
/// ctor for lookup only