Home
last modified time | relevance | path

Searched refs:idmap_cache (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libidmap/common/
H A Didmap_cache.c166 typedef struct idmap_cache { struct
190 static idmap_cache_t idmap_cache; argument
289 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 …]
/titanic_41/usr/src/lib/libidmap/
H A DMakefile.com37 idmap_cache.o \
/titanic_41/usr/src/uts/common/idmap/
H A Dkidmap_priv.h92 typedef struct idmap_cache { struct
/titanic_41/usr/src/uts/common/
H A DMakefile.files1514 IDMAP_OBJS += idmap_mod.o idmap_kapi.o idmap_xdr.o idmap_cache.o