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

/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_vfsops.c215 zone_t *to_zptr; local
224 to_zptr = zone_find_by_path(refstr_value(vfsp->vfs_mntpt));
235 if (from_zptr != to_zptr &&
236 !(to_zptr->zone_flags & ZF_IS_SCRATCH)) {
258 if (to_zptr->zone_id == GLOBAL_ZONEID &&
263 label2bslabel(to_zptr->zone_slabel),
269 zone_rele(to_zptr);
275 zone_rele(to_zptr);

Completed in 45 milliseconds