Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/idmap/
H A Didmap_cache.c116 kidmap_purge_pid2sid_cache(idmap_pid2sid_cache_t *cache, size_t limit);
210 idmap_pid2sid_cache_t *uid2sid_hb = &cache->uid2sid_hash[i]; in kidmap_cache_create()
224 idmap_pid2sid_cache_t *gid2sid_hb = &cache->gid2sid_hash[i]; in kidmap_cache_create()
256 idmap_pid2sid_cache_t *uid2sid_hb = &cache->uid2sid_hash[i]; in kidmap_cache_delete()
269 idmap_pid2sid_cache_t *gid2sid_hb = &cache->gid2sid_hash[i]; in kidmap_cache_delete()
310 idmap_pid2sid_cache_t *uid2sid_hb = &cache->uid2sid_hash[i]; in kidmap_cache_get_data()
318 idmap_pid2sid_cache_t *gid2sid_hb = &cache->gid2sid_hash[i]; in kidmap_cache_get_data()
356 idmap_pid2sid_cache_t *uid2sid_hb = &cache->uid2sid_hash[i]; in kidmap_cache_purge()
375 idmap_pid2sid_cache_t *gid2sid_hb = &cache->gid2sid_hash[i]; in kidmap_cache_purge()
508 idmap_pid2sid_cache_t *uid2sid_hb = &cache->uid2sid_hash[idx]; in kidmap_cache_lookup_sidbyuid()
[all …]
H A Dkidmap_priv.h88 } idmap_pid2sid_cache_t; typedef
99 idmap_pid2sid_cache_t uid2sid_hash[KIDMAP_HASH_SIZE];
100 idmap_pid2sid_cache_t gid2sid_hash[KIDMAP_HASH_SIZE];