Searched refs:idmap_pid2sid_cache_t (Results 1 – 2 of 2) sorted by relevance
116 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 …]
88 } idmap_pid2sid_cache_t; typedef99 idmap_pid2sid_cache_t uid2sid_hash[KIDMAP_HASH_SIZE];100 idmap_pid2sid_cache_t gid2sid_hash[KIDMAP_HASH_SIZE];