lsm_volume_block_size_get - Man Page
Retrieves the block size for the volume.
Synopsis
uint64_t lsm_volume_block_size_get (lsm_volume *v);
Arguments
- v
Volume to retrieve block size for.
Version
1.0
Description
Retrieves the block size in bytes for the volume.
Return
uint64_t. 0 if argument 'v' is NULL or not a valid lsm_volume pointer.
Info
July 2024 Libstoragemgmt C API Manual