Searched refs:zone_find_by_path (Results 1 – 12 of 12) sorted by relevance
222 from_zptr = zone_find_by_path(specname); in lo_mount()223 to_zptr = zone_find_by_path(refstr_value(vfsp->vfs_mntpt)); in lo_mount()
194 mntzone = zone_find_by_path(refstr_value(vfsp->vfs_mntpt)); in mntmount()
206 mntzone = zone_find_by_path(refstr_value(vfsp->vfs_mntpt)); in prmount()
669 extern zone_t *zone_find_by_path(const char *);
375 mntzone = zone_find_by_path(refstr_value(vfsp->vfs_mntpt)); in auto_mount()
497 mntzone = zone_find_by_path(refstr_value(vfsp->vfs_mntpt)); in smbfs_mount()
1606 zone = zone_find_by_path(mountpt); in domount()3553 zone = zone_find_by_path(refstr_value(vfsp->vfs_mntpt)); in vfs_list_add()3630 zone = zone_find_by_path(refstr_value(vfsp->vfs_mntpt)); in vfs_list_remove()
943 mntzone = zone_find_by_path(refstr_value(vfsp->vfs_mntpt)); in nfs_mount()
916 mntzone = zone_find_by_path(refstr_value(vfsp->vfs_mntpt)); in nfs3_mount()
1096 mntzone = zone_find_by_path(refstr_value(vfsp->vfs_mntpt)); in nfs4_mount()
198 fifo_zone = zone_find_by_path(vpath); in tsol_fifo_access()
3189 zone_find_by_path(const char *path) in zone_find_by_path() function