lsm_disk_number_of_blocks_get(3) | Libstoragemgmt C API Manual | lsm_disk_number_of_blocks_get(3) |
NAME¶
lsm_disk_number_of_blocks_get - 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.
lsm_disk_number_of_blocks_get | May 2019 |