Searched defs:nfsidmap_zone_key (Results 1 - 1 of 1) 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,
225 (void) zone_key_delete(nfsidmap_zone_key);
314 nig = zone_getspecific(nfsidmap_zone_key, nfs_zone());
527 nig = zone_getspecific(nfsidmap_zone_key, nfs_zone());
693 nig = zone_getspecific(nfsidmap_zone_key, nfs_zone());
907 nig = zone_getspecific(nfsidmap_zone_key, nfs_zone());
1113 nig = zone_getspecific(nfsidmap_zone_key, nfs_zone());

Completed in 60 milliseconds