Home
last modified time | relevance | path

Searched refs:idmap_sid2pid_cache_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/idmap/
H A Didmap_cache.c113 kidmap_purge_sid2pid_cache(idmap_sid2pid_cache_t *cache, size_t limit);
193 idmap_sid2pid_cache_t *sid2pid_hb = &cache->sid2pid_hash[i]; in kidmap_cache_create()
243 idmap_sid2pid_cache_t *sid2pid_hb = &cache->sid2pid_hash[i]; in kidmap_cache_delete()
300 idmap_sid2pid_cache_t *sid2pid_hb = &cache->sid2pid_hash[i]; in kidmap_cache_get_data()
334 idmap_sid2pid_cache_t *sid2pid_hb = &cache->sid2pid_hash[i]; in kidmap_cache_purge()
404 idmap_sid2pid_cache_t *sid2pid_hb = &cache->sid2pid_hash[idx]; in kidmap_cache_lookup_uidbysid()
436 idmap_sid2pid_cache_t *sid2pid_hb = &cache->sid2pid_hash[idx]; in kidmap_cache_lookup_gidbysid()
468 idmap_sid2pid_cache_t *sid2pid_hb = &cache->sid2pid_hash[idx]; in kidmap_cache_lookup_pidbysid()
577 idmap_sid2pid_cache_t *sid2pid_hb = in kidmap_cache_add_sid2uid()
670 idmap_sid2pid_cache_t *sid2pid_hb = in kidmap_cache_add_sid2gid()
[all …]
H A Dkidmap_priv.h80 } idmap_sid2pid_cache_t; typedef
98 idmap_sid2pid_cache_t sid2pid_hash[KIDMAP_HASH_SIZE];