Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_idmap.c254 nfs_idmap_cache_create(&nig->g2s_ci, "g2s_cache"); in nfs_idmap_init_zone()
255 nig->g2s_ci.nfsidmap_daemon_dh = &nig->nfsidmap_daemon_dh; in nfs_idmap_init_zone()
285 nfs_idmap_cache_destroy(&nig->g2s_ci); in nfs_idmap_fini_zone()
941 if (nfs_idmap_cache_i2s_lkup(&nig->g2s_ci, gid, &hashno, u8s)) { in nfs_idmap_gid_str()
972 nfs_idmap_cache_i2s_insert(&nig->g2s_ci, gid, in nfs_idmap_gid_str()
1118 nfs_idmap_cache_flush(&nig->g2s_ci); in nfs_idmap_args()
1259 nfs_idmap_cache_reclaim(&nig->g2s_ci); in nfs_idmap_reclaim()
/titanic_41/usr/src/uts/common/nfs/
H A Dnfs4_idmap_impl.h93 idmap_cache_info_t g2s_ci; /* table mapping groupid-to-string */ member