Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_idmap.c139 static kmem_cache_t *nfsidmap_cache; variable
198 nfsidmap_cache = kmem_cache_create("NFS_idmap_cache", in nfs_idmap_init()
228 kmem_cache_destroy(nfsidmap_cache); in nfs_idmap_fini()
1197 kmem_cache_free(nfsidmap_cache, p); in nfs_idmap_cache_flush()
1437 newp = kmem_cache_alloc(nfsidmap_cache, KM_SLEEP); in nfs_idmap_cache_s2i_insert()
1597 newp = kmem_cache_alloc(nfsidmap_cache, KM_SLEEP); in nfs_idmap_cache_i2s_insert()
1617 kmem_cache_free(nfsidmap_cache, p); in nfs_idmap_cache_rment()