lsm_pool_free_space_get - Man Page
Retrieves the free space for the pool.
Synopsis
uint64_t lsm_pool_free_space_get (lsm_pool *p);
Arguments
- p
Pool to retrieve free space for.
Version
1.0
Description
Retrieves the free 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