lsm_pool_total_space_get - Man Page
Retrieves the total space for the pool.
Synopsis
uint64_t lsm_pool_total_space_get (lsm_pool *p);
Arguments
- p
Pool to retrieve total space for.
Version
1.0
Description
Retrieves the total space in bytes for the pool.
Return
uint64_t. 0 if argument 'p' is NULL or not a valid lsm_pool pointer.
Info
July 2024 Libstoragemgmt C API Manual