lsm_disk_block_size_get - Man Page
Retrieves the block size for the disk.
Synopsis
uint64_t lsm_disk_block_size_get (lsm_disk *d);
Arguments
- d
Disk to retrieve block size for.
Version
1.0
Description
Retrieves the block size in bytes 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