Lines Matching refs:lower_fstab
3916 struct zone_fstab lower_fstab; in tsol_mounts() local
3932 lower_fstab.zone_fs_raw[0] = '\0'; in tsol_mounts()
3933 (void) strlcpy(lower_fstab.zone_fs_type, MNTTYPE_LOFS, in tsol_mounts()
3934 sizeof (lower_fstab.zone_fs_type)); in tsol_mounts()
3935 lower_fstab.zone_fs_options = NULL; in tsol_mounts()
3936 (void) zonecfg_add_fs_option(&lower_fstab, readonly); in tsol_mounts()
3943 zonecfg_free_fs_option_list(lower_fstab.zone_fs_options); in tsol_mounts()
3948 zonecfg_free_fs_option_list(lower_fstab.zone_fs_options); in tsol_mounts()
3961 zonecfg_free_fs_option_list(lower_fstab.zone_fs_options); in tsol_mounts()
3975 lower_fstab.zone_fs_options); in tsol_mounts()
4090 (void) snprintf(lower_fstab.zone_fs_dir, MAXPATHLEN, in tsol_mounts()
4097 if ((stat(lower_fstab.zone_fs_dir, &stat_buf) == -1) || in tsol_mounts()
4100 if (snprintf(lower_fstab.zone_fs_special, in tsol_mounts()
4109 lower_fstab.zone_fs_special, "/home", in tsol_mounts()
4114 (void) strlcat(lower_fstab.zone_fs_special, in tsol_mounts()
4121 (void) mount_one(zlogp, &lower_fstab, "", in tsol_mounts()
4130 if (snprintf(lower_fstab.zone_fs_dir, MAXPATHLEN, in tsol_mounts()
4139 if ((stat(lower_fstab.zone_fs_dir, &stat_buf) == -1) || in tsol_mounts()
4142 (void) snprintf(lower_fstab.zone_fs_special, in tsol_mounts()
4149 (void) mount_one(zlogp, &lower_fstab, "", in tsol_mounts()
4154 zonecfg_free_fs_option_list(lower_fstab.zone_fs_options); in tsol_mounts()