Home
last modified time | relevance | path

Searched defs:nfsidmap_globals (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_idmap_impl.h87 struct nfsidmap_globals { struct
88 list_node_t nig_link; /* linkage into global list */
89 enum clnt_stat nig_last_stat; /* status of last RPC call */
90 int nig_msg_done; /* have we printed a message? */
91 idmap_cache_info_t u2s_ci; /* table mapping uid-to-string */
92 idmap_cache_info_t s2u_ci; /* table mapping string-to-uid */
93 idmap_cache_info_t g2s_ci; /* table mapping groupid-to-string */
94 idmap_cache_info_t s2g_ci; /* table mapping string-to-groupid */
95 pid_t nfsidmap_pid;
96 kmutex_t nfsidmap_daemon_lock;
[all …]