Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs4_idmap.c250 nfs_idmap_cache_create(&nig->u2s_ci, "u2s_cache"); in nfs_idmap_init_zone()
251 nig->u2s_ci.nfsidmap_daemon_dh = &nig->nfsidmap_daemon_dh; in nfs_idmap_init_zone()
283 nfs_idmap_cache_destroy(&nig->u2s_ci); in nfs_idmap_fini_zone()
561 if (nfs_idmap_cache_i2s_lkup(&nig->u2s_ci, uid, &hashno, u8s)) { in nfs_idmap_uid_str()
592 nfs_idmap_cache_i2s_insert(&nig->u2s_ci, uid, in nfs_idmap_uid_str()
1116 nfs_idmap_cache_flush(&nig->u2s_ci); in nfs_idmap_args()
1257 nfs_idmap_cache_reclaim(&nig->u2s_ci); in nfs_idmap_reclaim()
/titanic_44/usr/src/uts/common/nfs/
H A Dnfs4_idmap_impl.h91 idmap_cache_info_t u2s_ci; /* table mapping uid-to-string */ member