Home
last modified time | relevance | path

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

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