Scroll to navigation

lsm_fs_ss_name_get(3) Libstoragemgmt C API Manual lsm_fs_ss_name_get(3)

NAME

lsm_fs_ss_name_get - Retrieves the name for the file system snapshot.

SYNOPSIS

const char * lsm_fs_ss_name_get (lsm_fs_ss *ss);

ARGUMENTS

File system snapshot to retrieve name for.

VERSION

1.0

DESCRIPTION

Retrieves the name for the file system snapshot.

NOTE

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

RETURN

string. NULL if argument 'ss' is NULL or not a valid lsm_fs_ss pointer.

lsm_fs_ss_name_get April 2023