lsm_volume_number_of_blocks_get(3) | Libstoragemgmt C API Manual | lsm_volume_number_of_blocks_get(3) |
NAME¶
lsm_volume_number_of_blocks_get - Retrieves the block count for the volume.
SYNOPSIS¶
uint64_t lsm_volume_number_of_blocks_get (lsm_volume *v);
ARGUMENTS¶
- v
- Volume to retrieve block count for.
VERSION¶
1.0
DESCRIPTION¶
Retrieves the block count for the volume.
RETURN¶
uint64_t. 0 if argument 'v' is NULL or not a valid lsm_volume pointer.
lsm_volume_number_of_blocks_get | April 2021 |