1lsm_volume_block_size_get(3L)ibstoragemgmt C API Manulaslm_volume_block_size_get(3)
23
4
NAME
6lsm_volume_block_size_get - Retrieves the block size for the volume.
7
SYNOPSIS
9uint64_t lsm_volume_block_size_get (lsm_volume *v);
10
ARGUMENTS
12v Volume to retrieve block size for.
13
VERSION
151.0
16
DESCRIPTION
18Retrieves the block size in bytes for the volume.
19
RETURN
21uint64_t. 0 if argument 'v' is NULL or not a valid lsm_volume pointer.
2223
24
25
February 2019 lsm_volume_block_size_geltsm_volume_block_size_get(3)