1lsm_fs_ss_record_free(3) Libstoragemgmt C API Manual lsm_fs_ss_record_free(3)
2
3
4
6 lsm_fs_ss_record_free - Frees the memory for an individual file system
7 snapshot
8
10 int lsm_fs_ss_record_free (lsm_fs_ss *ss);
11
13 ss lsm_fs_ss to release memory for.
14
16 1.0
17
19 Frees the memory for an individual file system snapshot.
20
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
30April 2023 lsm_fs_ss_record_free lsm_fs_ss_record_free(3)