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