Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_idmap.c136 zone_key_t nfsidmap_zone_key; variable
215 zone_key_create(&nfsidmap_zone_key, nfs_idmap_init_zone, NULL, in nfs_idmap_init()
225 (void) zone_key_delete(nfsidmap_zone_key); in nfs_idmap_fini()
314 nig = zone_getspecific(nfsidmap_zone_key, nfs_zone()); in nfs_idmap_str_uid()
527 nig = zone_getspecific(nfsidmap_zone_key, nfs_zone()); in nfs_idmap_uid_str()
693 nig = zone_getspecific(nfsidmap_zone_key, nfs_zone()); in nfs_idmap_str_gid()
907 nig = zone_getspecific(nfsidmap_zone_key, nfs_zone()); in nfs_idmap_gid_str()
1113 nig = zone_getspecific(nfsidmap_zone_key, nfs_zone()); in nfs_idmap_args()
H A Dnfs4_stub_vnops.c104 extern zone_key_t nfsidmap_zone_key;
1271 nig = zone_getspecific(nfsidmap_zone_key, nfs_zone()); in nfs4_callmapid()