Home
last modified time | relevance | path

Searched refs:mounts (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/zoneadm/
H A Dzfs.c1409 zone_mounts_t *mounts; in zone_mounts_cb() local
1415 mounts = (zone_mounts_t *)cookiep; in zone_mounts_cb()
1416 zone_mount_dir = mountp->mnt_mountp + mounts->zonepath_len; in zone_mounts_cb()
1422 if (mounts->root_mnttab != NULL) { in zone_mounts_cb()
1423 mounts->num_root_overlay_mounts++; in zone_mounts_cb()
1431 if ((mounts->root_mnttab = mnttab_dup(mountp)) == NULL) { in zone_mounts_cb()
1445 &mounts->root_mnttab->mnt_mountp) != B_TRUE) { in zone_mounts_cb()
1453 if (mounts->num_unexpected_mounts == 0) in zone_mounts_cb()
1455 "subdirectories of %s.\n"), mounts->zonepath); in zone_mounts_cb()
1456 mounts->num_unexpected_mounts++; in zone_mounts_cb()
[all …]
H A Dzoneadm.h131 extern int zone_mounts_init(zone_mounts_t *mounts, const char *zonepath);
132 extern void zone_mounts_destroy(zone_mounts_t *mounts);
133 extern int zone_mount_rootfs(zone_mounts_t *mounts, const char *zonepath);
134 extern int zone_unmount_rootfs(zone_mounts_t *mounts, const char *zonepath,
H A Dzoneadm.c3995 zone_mounts_t mounts; in move_func() local
4077 if (zone_mounts_init(&mounts, zonepath) != 0) in move_func()
4079 if (mounts.num_root_overlay_mounts != 0) { in move_func()
4081 mounts.num_root_overlay_mounts, zonepath); in move_func()
4084 if (mounts.num_unexpected_mounts != 0) in move_func()
4114 if (zone_unmount_rootfs(&mounts, zonepath, B_FALSE) != 0) in move_func()
4139 (void) zone_mount_rootfs(&mounts, zonepath); in move_func()
4150 (void) zone_mount_rootfs(&mounts, zonepath); in move_func()
4178 if (zone_mount_rootfs(&mounts, new_zonepath) != 0) { in move_func()
4215 if (root_fs_mounted && zone_unmount_rootfs(&mounts, in move_func()
[all …]
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dfilesys_rcm.c81 hashentry_t **mounts; member
237 for (entry = mnt_cache->mounts[index]; entry != NULL; in mnt_unregister()
730 cache->mounts = (hashentry_t **)calloc(size, sizeof (hashentry_t *)); in cache_create()
731 if (cache->mounts == NULL) { in cache_create()
793 if ((*cachep)->mounts) { in free_cache()
796 entry = (*cachep)->mounts[index]; in free_cache()
803 free((*cachep)->mounts); in free_cache()
903 for (entry = new_cache->mounts[index]; entry != NULL; in cache_sync()
924 for (entry = old_cache->mounts[index]; entry != NULL; in cache_sync()
958 (cache->mounts == NULL) || in cache_insert()
[all …]
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-storage-shared.c63 struct statfs *mounts; member
77 mtab->n_mounts = getmntinfo (&mtab->mounts, MNT_NOWAIT); in mtab_open()
101 return mtab->mounts[mtab->iter++].f_mntfromname; in mtab_next()
/illumos-gate/usr/src/cmd/initpkg/init.d/
H A DREADME.rcS57 The base system mounts have been performed, and the file
/illumos-gate/usr/src/uts/common/os/
H A Dpriv_defs399 "rw" mounts, read for "ro" mounts).
409 only control mounts performed from within said zone.
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dinternals.texi180 filesystem mounts.
H A Dgrub.info-31259 other filesystem mounts.
H A Dgrub.info3968 other filesystem mounts.