Scroll to navigation

lsm_fs_pool_id_get(3) Libstoragemgmt C API Manual lsm_fs_pool_id_get(3)

NAME

lsm_fs_pool_id_get - Retrieves the pool ID for the lsm_fs.

SYNOPSIS

const char * lsm_fs_pool_id_get (lsm_fs *fs);

ARGUMENTS

File system to retrieve pool ID for.

VERSION

1.0

DESCRIPTION

Retrieves the pool id for the specified lsm_fs.

NOTE

Address returned is valid until lsm_fs gets freed, copy return value if you need longer scope. Do not free returned string.

RETURN

string. NULL if argument 'fs' is NULL or not a valid lsm_fs pointer.

lsm_fs_pool_id_get April 2023