1lsm_fs_ss_record_free(3)  Libstoragemgmt C API Manual lsm_fs_ss_record_free(3)
2
3
4

NAME

6       lsm_fs_ss_record_free  - Frees the memory for an individual file system
7       snapshot
8

SYNOPSIS

10       int lsm_fs_ss_record_free (lsm_fs_ss *ss);
11

ARGUMENTS

13       ss          lsm_fs_ss to release memory for.
14

VERSION

16       1.0
17

DESCRIPTION

19       Frees the memory for an individual file system snapshot.
20

RETURN

22       Error code as enumerated by 'lsm_error_number':
23           * LSM_ERR_OK
24               On success or not found.
25           * LSM_ERR_INVALID_ARGUMENT
26               When not a valid lsm_fs_ss pointer.
27
28
29
30February 2020                lsm_fs_ss_record_free    lsm_fs_ss_record_free(3)
Impressum