Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c221 static zone_key_t nfsclnt_zone_key; variable
476 nfscl = zone_getspecific(nfsclnt_zone_key, nfs_zone()); in clget()
634 nfscl = zone_getspecific(nfsclnt_zone_key, nfs_zone()); in clfree()
962 nfscl = zone_getspecific(nfsclnt_zone_key, nfs_zone()); in rfscall()
1515 nfscl = zone_getspecific(nfsclnt_zone_key, nfs_zone()); in aclcall()
3567 zone_key_create(&nfsclnt_zone_key, clinit_zone, NULL, clfini_zone); in nfs_subrinit()
3625 (void) zone_key_delete(nfsclnt_zone_key); in nfs_subrfini()
4321 nfscl = zone_getspecific(nfsclnt_zone_key, nfs_zone()); in failover_thread()
4543 nfscl = zone_getspecific(nfsclnt_zone_key, nfs_zone()); in failover_remap()