lsm_nfs_export_anon_uid_get(3) | Libstoragemgmt C API Manual | lsm_nfs_export_anon_uid_get(3) |
NAME¶
lsm_nfs_export_anon_uid_get - Retrieves the user id mapped for anonymous id for the NFS export.
SYNOPSIS¶
uint64_t lsm_nfs_export_anon_uid_get (lsm_nfs_export *exp);
ARGUMENTS¶
- exp
- NFS export to retrieve anonymous uid for.
VERSION¶
1.0
DESCRIPTION¶
Retrieves the user 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_uid_get | May 2019 |