1lsm_volume_record_free(3) Libstoragemgmt C API Manuallsm_volume_record_free(3)
2
3
4
6 lsm_volume_record_free - Frees the memory for an individual volume
7
9 int lsm_volume_record_free (lsm_volume *v);
10
12 v lsm_volume to release memory for.
13
15 1.0
16
18 Frees the memory for an individual lsm_volume
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 not a valid lsm_volume pointer.
26
27
28
29November 2021 lsm_volume_record_free lsm_volume_record_free(3)