Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libidmap/common/
H A Didmap_cache.c170 typedef struct idmap_cache { struct
194 static idmap_cache_t idmap_cache; argument
297 idmap_cache.sid2uid_gid.head.flink = &idmap_cache.sid2uid_gid.head; in idmap_cache_create()
298 idmap_cache.sid2uid_gid.head.blink = &idmap_cache.sid2uid_gid.head; in idmap_cache_create()
299 idmap_cache.sid2uid_gid.prev = NULL; in idmap_cache_create()
301 idmap_cache.sid2uid_gid.uid_num = 0; in idmap_cache_create()
302 idmap_cache.sid2uid_gid.gid_num = 0; in idmap_cache_create()
303 idmap_cache.sid2uid_gid.pid_num = 0; in idmap_cache_create()
366 idmap_cache.sid2uid_gid.head.flink = &idmap_cache.sid2uid_gid.head; in idmap_cache_purge()
367 idmap_cache.sid2uid_gid.head.blink = &idmap_cache.sid2uid_gid.head; in idmap_cache_purge()
[all …]
/illumos-gate/usr/src/lib/libidmap/
H A DMakefile.com38 idmap_cache.o \
/illumos-gate/usr/src/uts/common/idmap/
H A Dkidmap_priv.h97 typedef struct idmap_cache { struct
/illumos-gate/usr/src/uts/common/
H A DMakefile.files1576 IDMAP_OBJS += idmap_mod.o idmap_kapi.o idmap_xdr.o idmap_cache.o