idmap_cache_info_t
+ (uintptr_t)wsp->walk_arg + OFFSETOF(idmap_cache_info_t, table))
nfs_idmap_cache_create(idmap_cache_info_t *cip, const char *name)
nfs_idmap_cache_destroy(idmap_cache_info_t *cip)
nfs_idmap_cache_flush(idmap_cache_info_t *cip)
nfs_idmap_cache_reclaim(idmap_cache_info_t *cip)
nfs_idmap_cache_s2i_lkup(idmap_cache_info_t *cip, utf8string *u8s,
nfs_idmap_cache_s2i_insert(idmap_cache_info_t *cip, uid_t id, utf8string *u8s,
nfs_idmap_cache_i2s_lkup(idmap_cache_info_t *cip, uid_t id, uint_t *hashno,
nfs_idmap_cache_i2s_insert(idmap_cache_info_t *cip, uid_t id, utf8string *u8s,
static void nfs_idmap_cache_reclaim(idmap_cache_info_t *);
static void nfs_idmap_cache_create(idmap_cache_info_t *, const char *);
static void nfs_idmap_cache_destroy(idmap_cache_info_t *);
static void nfs_idmap_cache_flush(idmap_cache_info_t *);
static uint_t nfs_idmap_cache_s2i_lkup(idmap_cache_info_t *, utf8string *,
static uint_t nfs_idmap_cache_i2s_lkup(idmap_cache_info_t *, uid_t,
static void nfs_idmap_cache_s2i_insert(idmap_cache_info_t *, uid_t,
static void nfs_idmap_cache_i2s_insert(idmap_cache_info_t *, uid_t,
idmap_cache_info_t u2s_ci; /* table mapping uid-to-string */
idmap_cache_info_t s2u_ci; /* table mapping string-to-uid */
idmap_cache_info_t g2s_ci; /* table mapping groupid-to-string */
idmap_cache_info_t s2g_ci; /* table mapping string-to-groupid */