lsm_volume_number_of_blocks_get - Man Page

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.

Info

April 2023 Libstoragemgmt C API Manual