Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_idmap.c172 static void nfs_idmap_cache_destroy(idmap_cache_info_t *);
283 nfs_idmap_cache_destroy(&nig->u2s_ci); in nfs_idmap_fini_zone()
284 nfs_idmap_cache_destroy(&nig->s2u_ci); in nfs_idmap_fini_zone()
285 nfs_idmap_cache_destroy(&nig->g2s_ci); in nfs_idmap_fini_zone()
286 nfs_idmap_cache_destroy(&nig->s2g_ci); in nfs_idmap_fini_zone()
1090 nfs_idmap_cache_destroy(idmap_cache_info_t *cip) in nfs_idmap_cache_destroy() function