Symbol: idmap_cache_info_t
usr/src/cmd/mdb/common/modules/nfs/idmap.c
157
+ (uintptr_t)wsp->walk_arg + OFFSETOF(idmap_cache_info_t, table))
usr/src/uts/common/fs/nfs/nfs4_idmap.c
1062
nfs_idmap_cache_create(idmap_cache_info_t *cip, const char *name)
usr/src/uts/common/fs/nfs/nfs4_idmap.c
1090
nfs_idmap_cache_destroy(idmap_cache_info_t *cip)
usr/src/uts/common/fs/nfs/nfs4_idmap.c
1168
nfs_idmap_cache_flush(idmap_cache_info_t *cip)
usr/src/uts/common/fs/nfs/nfs4_idmap.c
1205
nfs_idmap_cache_reclaim(idmap_cache_info_t *cip)
usr/src/uts/common/fs/nfs/nfs4_idmap.c
1277
nfs_idmap_cache_s2i_lkup(idmap_cache_info_t *cip, utf8string *u8s,
usr/src/uts/common/fs/nfs/nfs4_idmap.c
1359
nfs_idmap_cache_s2i_insert(idmap_cache_info_t *cip, uid_t id, utf8string *u8s,
usr/src/uts/common/fs/nfs/nfs4_idmap.c
1461
nfs_idmap_cache_i2s_lkup(idmap_cache_info_t *cip, uid_t id, uint_t *hashno,
usr/src/uts/common/fs/nfs/nfs4_idmap.c
1533
nfs_idmap_cache_i2s_insert(idmap_cache_info_t *cip, uid_t id, utf8string *u8s,
usr/src/uts/common/fs/nfs/nfs4_idmap.c
170
static void nfs_idmap_cache_reclaim(idmap_cache_info_t *);
usr/src/uts/common/fs/nfs/nfs4_idmap.c
171
static void nfs_idmap_cache_create(idmap_cache_info_t *, const char *);
usr/src/uts/common/fs/nfs/nfs4_idmap.c
172
static void nfs_idmap_cache_destroy(idmap_cache_info_t *);
usr/src/uts/common/fs/nfs/nfs4_idmap.c
173
static void nfs_idmap_cache_flush(idmap_cache_info_t *);
usr/src/uts/common/fs/nfs/nfs4_idmap.c
175
static uint_t nfs_idmap_cache_s2i_lkup(idmap_cache_info_t *, utf8string *,
usr/src/uts/common/fs/nfs/nfs4_idmap.c
178
static uint_t nfs_idmap_cache_i2s_lkup(idmap_cache_info_t *, uid_t,
usr/src/uts/common/fs/nfs/nfs4_idmap.c
181
static void nfs_idmap_cache_s2i_insert(idmap_cache_info_t *, uid_t,
usr/src/uts/common/fs/nfs/nfs4_idmap.c
184
static void nfs_idmap_cache_i2s_insert(idmap_cache_info_t *, uid_t,
usr/src/uts/common/nfs/nfs4_idmap_impl.h
91
idmap_cache_info_t u2s_ci; /* table mapping uid-to-string */
usr/src/uts/common/nfs/nfs4_idmap_impl.h
92
idmap_cache_info_t s2u_ci; /* table mapping string-to-uid */
usr/src/uts/common/nfs/nfs4_idmap_impl.h
93
idmap_cache_info_t g2s_ci; /* table mapping groupid-to-string */
usr/src/uts/common/nfs/nfs4_idmap_impl.h
94
idmap_cache_info_t s2g_ci; /* table mapping string-to-groupid */