Searched refs:mounts (Results 1 – 11 of 11) sorted by relevance
/titanic_44/usr/src/cmd/zoneadm/ |
H A D | zfs.c | 1401 zone_mounts_t *mounts; in zone_mounts_cb() local 1407 mounts = (zone_mounts_t *)cookiep; in zone_mounts_cb() 1408 zone_mount_dir = mountp->mnt_mountp + mounts->zonepath_len; in zone_mounts_cb() 1414 if (mounts->root_mnttab != NULL) { in zone_mounts_cb() 1415 mounts->num_root_overlay_mounts++; in zone_mounts_cb() 1423 if ((mounts->root_mnttab = mnttab_dup(mountp)) == NULL) { in zone_mounts_cb() 1437 &mounts->root_mnttab->mnt_mountp) != B_TRUE) { in zone_mounts_cb() 1445 if (mounts->num_unexpected_mounts == 0) in zone_mounts_cb() 1447 "subdirectories of %s.\n"), mounts->zonepath); in zone_mounts_cb() 1448 mounts->num_unexpected_mounts++; in zone_mounts_cb() [all …]
|
H A D | zoneadm.h | 131 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 D | zoneadm.c | 3984 zone_mounts_t mounts; in move_func() local 4066 if (zone_mounts_init(&mounts, zonepath) != 0) in move_func() 4068 if (mounts.num_root_overlay_mounts != 0) { in move_func() 4070 mounts.num_root_overlay_mounts, zonepath); in move_func() 4073 if (mounts.num_unexpected_mounts != 0) in move_func() 4103 if (zone_unmount_rootfs(&mounts, zonepath, B_FALSE) != 0) in move_func() 4128 (void) zone_mount_rootfs(&mounts, zonepath); in move_func() 4139 (void) zone_mount_rootfs(&mounts, zonepath); in move_func() 4167 if (zone_mount_rootfs(&mounts, new_zonepath) != 0) { in move_func() 4204 if (root_fs_mounted && zone_unmount_rootfs(&mounts, in move_func() [all …]
|
/titanic_44/usr/src/cmd/rcm_daemon/common/ |
H A D | filesys_rcm.c | 83 hashentry_t **mounts; member 239 for (entry = mnt_cache->mounts[index]; entry != NULL; in mnt_unregister() 732 cache->mounts = (hashentry_t **)calloc(size, sizeof (hashentry_t *)); in cache_create() 733 if (cache->mounts == NULL) { in cache_create() 795 if ((*cachep)->mounts) { in free_cache() 798 entry = (*cachep)->mounts[index]; in free_cache() 805 free((*cachep)->mounts); in free_cache() 905 for (entry = new_cache->mounts[index]; entry != NULL; in cache_sync() 926 for (entry = old_cache->mounts[index]; entry != NULL; in cache_sync() 960 (cache->mounts == NULL) || in cache_insert() [all …]
|
/titanic_44/usr/src/cmd/hal/tools/ |
H A D | hal-storage-shared.c | 63 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()
|
/titanic_44/usr/src/cmd/initpkg/init.d/ |
H A D | README.rcS | 57 The base system mounts have been performed, and the file
|
/titanic_44/usr/src/uts/common/os/ |
H A D | priv_defs | 390 "rw" mounts, read for "ro" mounts). 400 only control mounts performed from within said zone.
|
/titanic_44/usr/src/grub/grub-0.97/docs/ |
H A D | internals.texi | 180 filesystem mounts.
|
H A D | grub.info-3 | 1259 other filesystem mounts.
|
H A D | grub.info | 3968 other filesystem mounts.
|
/titanic_44/usr/src/lib/libc/port/ |
H A D | llib-lc | 1784 /* private interface to unmount all autofs mounts */
|