Searched defs:mntzone (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvfsops.c192 zone_t *mntzone; local
194 mntzone = zone_find_by_path(refstr_value(vfsp->vfs_mntpt));
195 ASSERT(mntzone != NULL);
196 zone_rele(mntzone);
197 if (mntzone != zone)
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvfsops.c204 zone_t *mntzone; local
206 mntzone = zone_find_by_path(refstr_value(vfsp->vfs_mntpt));
207 zone_rele(mntzone);
208 if (zone != mntzone)
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_vfsops.c370 zone_t *mntzone; local
372 mntzone = zone_find_by_path(refstr_value(vfsp->vfs_mntpt));
373 ASSERT(mntzone != NULL);
374 zone_rele(mntzone);
375 if (mntzone != zone) {
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vfsops.c347 zone_t *mntzone = NULL; local
418 * See: ssp, smi, rtnp, mntzone
424 zone_hold(mntzone = zone); /* start with this assumption */
426 zone_rele(mntzone);
427 mntzone = zone_find_by_path(refstr_value(vfsp->vfs_mntpt));
428 ASSERT(mntzone != NULL);
429 if (mntzone != zone) {
438 if (zone_status_get(mntzone) >= ZONE_IS_SHUTTING_DOWN) {
491 zone_hold_ref(mntzone, &smi->smi_zone_ref, ZONE_REF_SMBFS);
492 zone_rele(mntzone);
954 zone_t *mntzone = NULL; local
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_vfsops.c497 zone_t *mntzone = NULL; local
913 zone_hold(mntzone = zone); /* start with this assumption */
915 zone_rele(mntzone);
916 mntzone = zone_find_by_path(refstr_value(vfsp->vfs_mntpt));
917 ASSERT(mntzone != NULL);
918 if (mntzone != zone) {
940 if (zone_status_get(mntzone) >= ZONE_IS_SHUTTING_DOWN) {
949 error = nfs3rootvp(&rtvp, vfsp, svp_head, flags, cr, mntzone);
997 if (mntzone != NULL)
998 zone_rele(mntzone);
[all...]
H A Dnfs_vfsops.c515 zone_t *mntzone = NULL; local
940 zone_hold(mntzone = zone); /* start with this assumption */
942 zone_rele(mntzone);
943 mntzone = zone_find_by_path(refstr_value(vfsp->vfs_mntpt));
944 ASSERT(mntzone != NULL);
945 if (mntzone != zone) {
967 if (zone_status_get(mntzone) >= ZONE_IS_SHUTTING_DOWN) {
976 error = nfsrootvp(&rtvp, vfsp, svp_head, flags, cr, mntzone);
1027 if (mntzone != NULL)
1028 zone_rele(mntzone);
[all...]
H A Dnfs_subr.c5046 zone_t *mntzone = NULL; local
5055 mntzone = zone_find_by_any_path(refstr_value(vfsp->vfs_mntpt), B_FALSE);
5056 zlabel = mntzone->zone_slabel;
5113 if ((mntzone == global_zone) ||
5130 if (mntzone)
5131 zone_rele(mntzone);
H A Dnfs4_vfsops.c714 zone_t *mntzone = NULL; local
1091 zone_hold(mntzone = zone); /* start with this assumption */
1093 zone_rele(mntzone);
1094 mntzone = zone_find_by_path(refstr_value(vfsp->vfs_mntpt));
1095 ASSERT(mntzone != NULL);
1096 if (mntzone != zone) {
1118 if (zone_status_get(mntzone) >= ZONE_IS_SHUTTING_DOWN) {
1127 error = nfs4rootvp(&rtvp, vfsp, svp_head, flags, cr, mntzone);
1179 if (mntzone != NULL)
1180 zone_rele(mntzone);
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vfsops.c1342 zone_t *mntzone = NULL; local
1375 mntzone = zone_find_by_any_path(refstr_value(vfsp->vfs_mntpt), B_FALSE);
1376 if (mntzone->zone_id == GLOBAL_ZONEID) {
1379 zone_rele(mntzone);
1395 mnt_tsl = mntzone->zone_slabel;
1429 zone_rele(mntzone);

Completed in 86 milliseconds