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
1473 assert(mounts != NULL); in zone_mounts_init()
1476 bzero(mounts, sizeof (*mounts)); in zone_mounts_init()
1487 zone_mounts_destroy(mounts); in zone_mounts_init()
1501 assert(mounts != NULL); in zone_mounts_destroy()
1503 free(mounts->zonepath); in zone_mounts_destroy()
1504 if (mounts->root_mnttab != NULL) in zone_mounts_destroy()
1523 assert(mounts != NULL); in zone_mount_rootfs()
1529 mtab = mounts->root_mnttab; in zone_mount_rootfs()
1614 assert(mounts != NULL); in zone_unmount_rootfs()
[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()
4139 (void) zone_mount_rootfs(&mounts, zonepath); in move_func()
4150 (void) zone_mount_rootfs(&mounts, zonepath); in move_func()
4236 (void) zone_mount_rootfs(&mounts, zonepath); in move_func()
4268 (void) zone_mount_rootfs(&mounts, zonepath); in move_func()
4287 zone_mounts_destroy(&mounts); in move_func()
[all …]
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dfilesys_rcm.c81 hashentry_t **mounts; member
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()
958 (cache->mounts == NULL) || in cache_insert()
996 entry->next = cache->mounts[index]; in cache_insert()
997 cache->mounts[index] = entry; in cache_insert()
1021 cache->mounts[index] = entry->next; in cache_insert()
1058 if (cache->mounts[index]) { in cache_lookup()
[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.