Searched refs:idmap_cache_info_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_idmap_impl.h80 } idmap_cache_info_t; typedef in typeref:struct:__anon6766
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 */
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_idmap.c170 static void nfs_idmap_cache_reclaim(idmap_cache_info_t *);
171 static void nfs_idmap_cache_create(idmap_cache_info_t *, const char *);
172 static void nfs_idmap_cache_destroy(idmap_cache_info_t *);
173 static void nfs_idmap_cache_flush(idmap_cache_info_t *);
175 static uint_t nfs_idmap_cache_s2i_lkup(idmap_cache_info_t *, utf8string *,
178 static uint_t nfs_idmap_cache_i2s_lkup(idmap_cache_info_t *, uid_t,
181 static void nfs_idmap_cache_s2i_insert(idmap_cache_info_t *, uid_t,
184 static void nfs_idmap_cache_i2s_insert(idmap_cache_info_t *, uid_t,
1062 nfs_idmap_cache_create(idmap_cache_info_t *cip, const char *name)
1090 nfs_idmap_cache_destroy(idmap_cache_info_t *ci
[all...]

Completed in 65 milliseconds