Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_idmap.c256 nfs_idmap_cache_create(&nig->s2g_ci, "s2g_cache"); in nfs_idmap_init_zone()
257 nig->s2g_ci.nfsidmap_daemon_dh = &nig->nfsidmap_daemon_dh; in nfs_idmap_init_zone()
286 nfs_idmap_cache_destroy(&nig->s2g_ci); in nfs_idmap_fini_zone()
741 if (nfs_idmap_cache_s2i_lkup(&nig->s2g_ci, u8s, &hashno, gid)) { in nfs_idmap_str_gid()
774 nfs_idmap_cache_s2i_insert(&nig->s2g_ci, *gid, in nfs_idmap_str_gid()
1119 nfs_idmap_cache_flush(&nig->s2g_ci); in nfs_idmap_args()
1260 nfs_idmap_cache_reclaim(&nig->s2g_ci); in nfs_idmap_reclaim()
/titanic_50/usr/src/uts/common/nfs/
H A Dnfs4_idmap_impl.h94 idmap_cache_info_t s2g_ci; /* table mapping string-to-groupid */ member