Searched refs:idmap_cache (Results 1 – 4 of 4) sorted by relevance
166 typedef struct idmap_cache { struct190 static idmap_cache_t idmap_cache; argument289 avl_create(&idmap_cache.sid2uid_gid.tree, in idmap_cache_create()292 (void) pthread_mutex_init(&idmap_cache.sid2uid_gid.mutex, NULL); in idmap_cache_create()293 idmap_cache.sid2uid_gid.head.flink = &idmap_cache.sid2uid_gid.head; in idmap_cache_create()294 idmap_cache.sid2uid_gid.head.blink = &idmap_cache.sid2uid_gid.head; in idmap_cache_create()295 idmap_cache.sid2uid_gid.prev = NULL; in idmap_cache_create()296 idmap_cache.sid2uid_gid.purge_time = 0; in idmap_cache_create()297 idmap_cache.sid2uid_gid.uid_num = 0; in idmap_cache_create()298 idmap_cache.sid2uid_gid.gid_num = 0; in idmap_cache_create()[all …]
37 idmap_cache.o \
92 typedef struct idmap_cache { struct
1514 IDMAP_OBJS += idmap_mod.o idmap_kapi.o idmap_xdr.o idmap_cache.o