lsm_disk_number_of_blocks_get - Man Page
Retrieves the block count for the disk.
Synopsis
uint64_t lsm_disk_number_of_blocks_get (lsm_disk *d);
Arguments
- d
Disk to retrieve block count for.
Version
1.0
Description
Retrieves the block count for the disk.
Return
uint64_t. 0 if argument 'd' is NULL or not a valid lsm_disk pointer.
Info
July 2024 Libstoragemgmt C API Manual