1lsm_nfs_export_fs_id_get(3)Libstoragemgmt C API Manuallsm_nfs_export_fs_id_get(3)
2
3
4

NAME

6       lsm_nfs_export_fs_id_get  - Retrieves the file system ID of the nfs_ex‐
7       port
8

SYNOPSIS

10       const char  * lsm_nfs_export_fs_id_get (lsm_nfs_export *exp);
11

ARGUMENTS

13       exp         NFS export to retrieve fs_id for.
14

VERSION

16       1.0
17

DESCRIPTION

19       Retrieves the file system ID for the lsm_nfs_export.
20

NOTE

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

RETURN

26       string.  NULL  if  argument 'exp' is NULL or not a valid lsm_nfs_export
27       pointer.
28
29
30
31April 2022                 lsm_nfs_export_fs_id_getlsm_nfs_export_fs_id_get(3)
Impressum