1lsm_fs_record_free(3) Libstoragemgmt C API Manual lsm_fs_record_free(3)
2
3
4
6 lsm_fs_record_free - Free the lsm_fs memory.
7
9 int lsm_fs_record_free (lsm_fs *fs);
10
12 fs Record to release
13
15 1.0
16
18 Frees the memory resources for the specified lsm_fs.
19
21 Error code as enumerated by 'lsm_error_number':
22 * LSM_ERR_OK
23 On success or not found.
24 * LSM_ERR_INVALID_ARGUMENT
25 When any argument is NULL or not a valid lsm_fs pointer.
26
27
28
29April 2022 lsm_fs_record_free lsm_fs_record_free(3)