Scroll to navigation

lsm_volume_block_size_get(3) Libstoragemgmt C API Manual lsm_volume_block_size_get(3)

NAME

lsm_volume_block_size_get - Retrieves the block size for the volume.

SYNOPSIS

uint64_t lsm_volume_block_size_get (lsm_volume *v);

ARGUMENTS

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.

lsm_volume_block_size_get April 2023