Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/rpc/
H A Dmt_rpcinit.c183 return (nfs_global_client_only != 0 ? global_zone : curproc->p_zone); in rpc_zone()
189 return (nfs_global_client_only != 0 ? GLOBAL_ZONEID : getzoneid()); in rpc_zoneid()
/titanic_41/usr/src/uts/common/ktli/
H A Dt_kopen.c84 if (nfs_global_client_only != 0) in t_kopen()
/titanic_41/usr/src/uts/common/sys/
H A Dsystm.h115 extern int nfs_global_client_only;
/titanic_41/usr/src/uts/common/fs/
H A Dvnode.c76 int nfs_global_client_only; variable
2634 if (nfs_global_client_only != 0) in vn_can_change_zones()
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_subr.c5098 return (nfs_global_client_only != 0 ? global_zone : curproc->p_zone); in nfs_zone()
5104 return (nfs_global_client_only != 0 ? GLOBAL_ZONEID : getzoneid()); in nfs_zoneid()
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp.c2615 if (credp == kcred && nfs_global_client_only != 0) { in tcp_create_common()