Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Dlibzonecfg.h183 char zone_fsopt_opt[MAX_MNTOPT_STR]; member
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c1993 if (strchr(optptr->zone_fsopt_opt, '=')) in export_func()
1997 optptr->zone_fsopt_opt); in export_func()
2002 optptr->zone_fsopt_opt); in export_func()
5171 if (strchr(this->zone_fsopt_opt, '=')) in output_fs()
5172 (void) fprintf(fp, "\"%s\"", this->zone_fsopt_opt); in output_fs()
5174 (void) fprintf(fp, "%s", this->zone_fsopt_opt); in output_fs()
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c458 (void) strcpy(optptr->zone_fsopt_opt, RESOURCE_DEFAULT_OPTS); in check_lofs_needed()
1316 (void) strlcpy(optstr, fsptr->zone_fs_options->zone_fsopt_opt, in mount_one()
1321 (void) strlcat(optstr, optptr->zone_fsopt_opt, in mount_one()
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c1682 ptr->zone_fsopt_opt)) != Z_OK) in zonecfg_add_filesystem_core()
1717 (void) strlcpy(new->zone_fsopt_opt, option, in zonecfg_add_fs_option()
1718 sizeof (new->zone_fsopt_opt)); in zonecfg_add_fs_option()
1734 if (strcmp(this->zone_fsopt_opt, option) == 0) { in zonecfg_remove_fs_option()
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c3223 if (opt_match("rw", optp->zone_fsopt_opt)) { in print_fs_warnings()
3232 if (opt_match("rw", optp->zone_fsopt_opt)) { in print_fs_warnings()