Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/
H A Dlibzonecfg.h182 struct zone_fsopt *zone_fsopt_next; member
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c453 while ((onext = optptr->zone_fsopt_next) != NULL) { in check_lofs_needed()
454 optptr->zone_fsopt_next = onext->zone_fsopt_next; in check_lofs_needed()
459 optptr->zone_fsopt_next = NULL; in check_lofs_needed()
1318 for (optptr = fsptr->zone_fs_options->zone_fsopt_next; in mount_one()
1319 optptr != NULL; optptr = optptr->zone_fsopt_next) { in mount_one()
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c1678 ptr = ptr->zone_fsopt_next) { in zonecfg_add_filesystem_core()
1712 for (old = last; old != NULL; old = old->zone_fsopt_next) in zonecfg_add_fs_option()
1719 new->zone_fsopt_next = NULL; in zonecfg_add_fs_option()
1723 last->zone_fsopt_next = new; in zonecfg_add_fs_option()
1733 for (this = last; this != NULL; this = this->zone_fsopt_next) { in zonecfg_remove_fs_option()
1735 next = this->zone_fsopt_next; in zonecfg_remove_fs_option()
1739 last->zone_fsopt_next = next; in zonecfg_remove_fs_option()
1754 next = this->zone_fsopt_next; in zonecfg_free_fs_option_list()
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c1987 optptr = optptr->zone_fsopt_next) { in export_func()
5170 this = this->zone_fsopt_next) { in output_fs()
5175 if (this->zone_fsopt_next != NULL) in output_fs()
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c3222 optp = optp->zone_fsopt_next) { in print_fs_warnings()
3231 optp = optp->zone_fsopt_next) { in print_fs_warnings()