1lsm_nfs_export_record_free(L3i)bstoragemgmt C API Manlusaml_nfs_export_record_free(3)
2
3
4
6 lsm_nfs_export_record_free - Free the lsm_nfs_export memory.
7
9 int lsm_nfs_export_record_free (lsm_nfs_export *exp);
10
12 exp The pointer of lsm_nfs_export to free.
13
15 1.0
16
18 Frees the memory resources for the specified lsm_nfs_export.
19
21 Error code as enumerated by 'lsm_error_number':
22 * LSM_ERR_OK
23 On success.
24 * LSM_ERR_INVALID_ARGUMENT
25 When not a valid lsm_disk pointer.
26
27
28
29April 2023 lsm_nfs_export_record_frlesem_nfs_export_record_free(3)