Scroll to navigation

lsm_nfs_export_anon_gid_get(3) Libstoragemgmt C API Manual lsm_nfs_export_anon_gid_get(3)

NAME

lsm_nfs_export_anon_gid_get - Retrieves the group id mapped for anonymous id for the NFS export.

SYNOPSIS

uint64_t lsm_nfs_export_anon_gid_get (lsm_nfs_export *exp);

ARGUMENTS

NFS export to retrieve anonymous gid for.

VERSION

1.0

DESCRIPTION

Retrieves the group ID for anonymous ID of the lsm_nfs_export.

RETURN

uint64_t. LSM_NFS_EXPORT_ANON_UID_GID_NA if this NFS export does not have setting for anonymous id. LSM_NFS_EXPORT_ANON_UID_GID_ERROR if exp is NULL or invalid lsm_nfs_export pointer.

lsm_nfs_export_anon_gid_get April 2023