Scroll to navigation

lsm_pool_total_space_get(3) Libstoragemgmt C API Manual lsm_pool_total_space_get(3)

NAME

lsm_pool_total_space_get - Retrieves the total space for the pool.

SYNOPSIS

uint64_t lsm_pool_total_space_get (lsm_pool *p);

ARGUMENTS

Pool to retrieve total space for.

VERSION

1.0

DESCRIPTION

Retrieves the total space in bytes for the pool.

RETURN

uint64_t. 0 if argument 'p' is NULL or not a valid lsm_pool pointer.

lsm_pool_total_space_get April 2023