1lsm_nfs_export_root_get(3)Libstoragemgmt C API Manuallsm_nfs_export_root_get(3)
2
3
4

NAME

6       lsm_nfs_export_root_get  -  Retrieves the host list with root access of
7       the nfs_export
8

SYNOPSIS

10       lsm_string_list  * lsm_nfs_export_root_get (lsm_nfs_export *exp);
11

ARGUMENTS

13       exp         NFS export to retrieve host list for.
14

VERSION

16       1.0
17

DESCRIPTION

19       Retrieves the host list with root access 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 lsm_string_list.
24

RETURN

26       lsm_string_list.  NULL  if  argument  'exp'  is  NULL  or  not  a valid
27       lsm_nfs_export pointer.
28
29
30
31May 2018                    lsm_nfs_export_root_get lsm_nfs_export_root_get(3)
Impressum