Searched defs:nfsidmap_globals (Results 1 – 1 of 1) sorted by relevance
87 struct nfsidmap_globals { struct88 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 …]