Searched refs:lower_fstab (Results 1 – 1 of 1) sorted by relevance
3805 struct zone_fstab lower_fstab; in tsol_mounts() local3821 lower_fstab.zone_fs_raw[0] = '\0'; in tsol_mounts()3822 (void) strlcpy(lower_fstab.zone_fs_type, MNTTYPE_LOFS, in tsol_mounts()3823 sizeof (lower_fstab.zone_fs_type)); in tsol_mounts()3824 lower_fstab.zone_fs_options = NULL; in tsol_mounts()3825 (void) zonecfg_add_fs_option(&lower_fstab, readonly); in tsol_mounts()3832 zonecfg_free_fs_option_list(lower_fstab.zone_fs_options); in tsol_mounts()3837 zonecfg_free_fs_option_list(lower_fstab.zone_fs_options); in tsol_mounts()3850 zonecfg_free_fs_option_list(lower_fstab.zone_fs_options); in tsol_mounts()3864 lower_fstab.zone_fs_options); in tsol_mounts()[all …]