1lsm_nfs_export_fs_id_get(3)Libstoragemgmt C API Manuallsm_nfs_export_fs_id_get(3)
2
3
4
6 lsm_nfs_export_fs_id_get - Retrieves the file system ID of the
7 nfs_export
8
10 const char * lsm_nfs_export_fs_id_get (lsm_nfs_export *exp);
11
13 exp NFS export to retrieve fs_id for.
14
16 1.0
17
19 Retrieves the file system ID for the lsm_nfs_export.
20
22 Address returned is valid until lsm_nfs_export gets freed, copy return
23 value if you need longer scope. Do not free returned string.
24
26 string. NULL if argument 'exp' is NULL or not a valid lsm_nfs_export
27 pointer.
28
29
30
31December 2019 lsm_nfs_export_fs_id_getlsm_nfs_export_fs_id_get(3)