Scroll to navigation

lsm_nfs_export_fs_id_get(3) Libstoragemgmt C API Manual lsm_nfs_export_fs_id_get(3)

NAME

lsm_nfs_export_fs_id_get - Retrieves the file system ID of the nfs_export

SYNOPSIS

const char * lsm_nfs_export_fs_id_get (lsm_nfs_export *exp);

ARGUMENTS

NFS export to retrieve fs_id for.

VERSION

1.0

DESCRIPTION

Retrieves the file system ID for the lsm_nfs_export.

NOTE

Address returned is valid until lsm_nfs_export gets freed, copy return value if you need longer scope. Do not free returned string.

RETURN

string. NULL if argument 'exp' is NULL or not a valid lsm_nfs_export pointer.

lsm_nfs_export_fs_id_get April 2023