lsm_fs_total_space_get(3) | Libstoragemgmt C API Manual | lsm_fs_total_space_get(3) |
NAME¶
lsm_fs_total_space_get - 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.
lsm_fs_total_space_get | April 2021 |