Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zoneadmd/
H A Dvplat.c436 (void) strlcpy(fsptr->zone_fs_type, MNTTYPE_LOFS, in check_lofs_needed()
437 sizeof (fsptr->zone_fs_type)); in check_lofs_needed()
1240 fsptr->zone_fs_type)) < 0) { in mount_one()
1261 if (!zonecfg_valid_fs_type(fsptr->zone_fs_type)) { in mount_one()
1264 fsptr->zone_fs_dir, fsptr->zone_fs_type); in mount_one()
1334 if (strcmp(fsptr->zone_fs_type, MNTTYPE_DEV) != 0) in mount_one()
1611 (void) strlcpy(fsp->zone_fs_type, fstype, sizeof (fsp->zone_fs_type)); in plat_gmount_cb()
1643 strcmp(fstab.zone_fs_type, MNTTYPE_ZFS) == 0) in mount_filesystems_fsent()
1663 (void) strlcpy(fsp->zone_fs_type, fstab.zone_fs_type, in mount_filesystems_fsent()
1664 sizeof (fsp->zone_fs_type)); in mount_filesystems_fsent()
[all …]
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c2218 if (strcmp(fstab->zone_fs_type, MNTTYPE_ZFS) == 0) in verify_fs_special()
2274 if (!zonecfg_valid_fs_type(fstab.zone_fs_type)) { in verify_filesystems()
2277 fstab.zone_fs_type); in verify_filesystems()
2285 fstab.zone_fs_type) > sizeof (cmdbuf)) { in verify_filesystems()
2288 fstab.zone_fs_type); in verify_filesystems()
2313 fstab.zone_fs_type) > sizeof (cmdbuf)) { in verify_filesystems()
2316 fstab.zone_fs_type); in verify_filesystems()
2325 fstab.zone_fs_dir, fstab.zone_fs_type); in verify_filesystems()
2334 fstab.zone_fs_dir, fstab.zone_fs_type); in verify_filesystems()
3210 if (strcmp(t_fstab->zone_fs_type, "lofs") == 0) { in print_fs_warnings()
[all …]
/illumos-gate/usr/src/head/
H A Dlibzonecfg.h189 char zone_fs_type[FSTYPSZ]; /* e.g. ufs */ member
/illumos-gate/usr/src/cmd/zonecfg/
H A Dzonecfg.c1985 export_prop(of, PT_TYPE, fstab.zone_fs_type); in export_func()
2753 (void) strlcpy(fstab->zone_fs_type, pp->pv_simple, in fill_in_fstab()
2754 sizeof (fstab->zone_fs_type)); in fill_in_fstab()
4605 (void) strlcpy(in_progress_fstab.zone_fs_type, prop_id, in set_func()
4606 sizeof (in_progress_fstab.zone_fs_type)); in set_func()
5167 output_prop(fp, PT_TYPE, fstab->zone_fs_type, B_TRUE); in output_fs()
5202 if (strlen(user.zone_fs_type) > 0 && in info_fs()
5203 strcmp(user.zone_fs_type, lookup.zone_fs_type) != 0) in info_fs()
6205 check_reqd_prop(fstab.zone_fs_type, RT_FS, PT_TYPE, &ret_val); in verify_func()
6643 (void) end_check_reqd(in_progress_fstab.zone_fs_type, PT_TYPE, in end_func()
/illumos-gate/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c1674 tabptr->zone_fs_type)) != Z_OK) in zonecfg_add_filesystem_core()
1798 tabptr->zone_fs_type); in zonecfg_delete_filesystem_core()
1923 if (strlen(tabptr->zone_fs_type) > 0) { in zonecfg_lookup_filesystem()
1926 if (strcmp(tabptr->zone_fs_type, type) == 0) { in zonecfg_lookup_filesystem()
1960 if ((err = fetchprop(cur, DTD_ATTR_TYPE, tabptr->zone_fs_type, in zonecfg_lookup_filesystem()
1961 sizeof (tabptr->zone_fs_type))) != Z_OK) in zonecfg_lookup_filesystem()
4841 if ((err = fetchprop(cur, DTD_ATTR_TYPE, tabptr->zone_fs_type, in zonecfg_getfsent()
4842 sizeof (tabptr->zone_fs_type))) != Z_OK) { in zonecfg_getfsent()