| 357 | } |
| 358 | |
| 359 | size_t |
| 360 | StripeSM::vol_dirlen() |
| 361 | { |
| 362 | return vol_headerlen() + ROUND_TO_STORE_BLOCK(((size_t)this->_buckets) * DIR_DEPTH * this->_segments * SIZEOF_DIR) + |
| 363 | ROUND_TO_STORE_BLOCK(sizeof(StripeMeta)); |
| 364 | } |
| 365 | |
| 366 | void |
| 367 | StripeSM::vol_init_data_internal() |
no outgoing calls
no test coverage detected