Searched refs:mounted (Results 1 - 19 of 19) sorted by relevance

/osnet-11/usr/src/lib/librdc/common/
H A Drdcrules.h36 extern int mounted(char *);
H A Drdcrules.c414 mounted(char *device) function
443 /* Assume the worst, that it is mounted */
525 if (mounted(rdc->pfile)) {
539 " is currently mounted", rdc->pfile);
/osnet-11/usr/src/lib/brand/solaris10/cmd/
H A Ds10_fs_minimal.sh46 # cause them to be hidden if /var is mounted. They could also cause /var
54 mounted /var/run - lofs < /etc/mnttab
/osnet-11/usr/src/lib/libtsol/common/
H A Dgetpathbylabel.c171 FILE *mounted; local
176 if ((mounted = fopen(MNTTAB, "rF")) == NULL) {
180 resetmnttab(mounted);
181 while (getmntent(mounted, &mnt) == NULL) {
198 (void) fclose(mounted);
203 * This function attempts to convert local zone NFS mounted pathnames
204 * into equivalent global zone NFS mounted pathnames. At present
216 * mnttab to determine the path where it should be mounted in the
431 * automounter hasn't yet mounted its
438 * this should be mounted a
[all...]
/osnet-11/usr/src/lib/brand/shared/zone/
H A Duninstall.ksh474 # (and can't be unmounted and re-mounted) then the snapshot
484 # mounted from the global zone. (So unmounting and remounting
491 # have originally mounted from within the zone. So if we
536 mounted=`LC_ALL=C LANG=C \
537 zfs get -H -o value mounted ${clones[$j]}`
538 if [[ "$mounted" != yes ]]; then
H A Ddsconvert.ksh173 # Active dataset was not found by property. See if something is mounted
296 log "%s: configured but no BE mounted at %s" \
390 # mounted. This is needed because the clones that get created will need to use
415 if [[ ${dslist[i].props[mounted].value} == yes ]]; then
H A Dcommon.ksh196 fail_internal "Unable to find dataset mounted at /"
450 # Find the dataset mounted at a given path. The implementation is tolerant
776 # that files are installed into the various mounted filesystems that are set
777 # up in the zone's configuration. These are already mounted for us by the
1302 # On successful creation, the active ZBE is mounted on the zone root.
1319 # don't get mounted.
1386 # - the active BE will have been determined and mounted.
1415 # mounted at the zonepath.
1694 # If it's already mounted, look inside it. Be careful not to descend
1695 # into datasets mounted o
[all...]
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_changelist.c45 * mounted/shared. This prior state dictates whether we remount/reshare the
62 * and mounted in a local zone
405 boolean_t mounted)
423 * the filesystem is not already mounted but mounting is allowed,
427 !mounted && (cn->cn_mounted || ((clp->cl_waslegacy ||
434 mounted = B_TRUE;
453 if (mounted) {
455 * If the file system is mounted we always re-share even
495 /* Not mounted */
507 * whether the filesystem was previously shared or mounted
404 changelist_postfix_mount(prop_changelist_t *clp, prop_changenode_t *cn, boolean_t mounted) argument
518 boolean_t mounted; local
[all...]
H A Dlibzfs_diff.c788 boolean_t mounted; local
790 mounted = is_mounted(di->zhp->zfs_hdl, dsnm, mntpt);
791 if (mounted == B_FALSE) {
798 /* Avoid a double slash at the beginning of root-mounted datasets */
H A Dlibzfs_dataset.c1325 uint64_t mounted = B_FALSE; local
1332 &mounted, B_FALSE, NULL);
1334 if (mounted && !is_zoned) {
1338 "is mounted"));
1482 * and mounted properties' values:
1484 * zoned | mounted | global zone | non-global zone
1520 "mounted in a non-global zone"),
2752 * from /etc/mnttab, if it is mounted. Return -1 if the dataset has
3198 uint64_t mounted; local
3269 * First, if the dataset is legacy mounted, retur
[all...]
H A Dlibzfs_pool.c1342 * mounted datasets in the pool.
3811 boolean_t mounted = B_FALSE; local
3833 /* find out if the dataset is mounted */
3834 mounted = is_mounted(zhp->zpool_hdl, dsname, &mntpnt);
3841 if (mounted) {
H A Dlibzfs_share.c231 * A filesystem is sharable if it is mounted by zfs (not legacy) and it is
232 * mounted by the current zone. To determine which zone mounted the
4155 "filesystem not mounted"));
4455 int mounted = zfs_is_mounted(zhp, NULL); local
4460 if (canmount == ZFS_CANMOUNT_NOAUTO && !mounted)
4532 * The parent might or might not be mounted, so we cannot reliably
4675 /* Do no updates if zoned FS is mounted in global zone. */
/osnet-11/usr/src/lib/pylibbe/common/
H A Dlibbe.py497 # BE is not mounted; make a temporary directory and fire
498 # up zfs mount with a temporary mount to get it mounted
595 # make sure root_ds is mounted, somewhere
602 mounted, mountpoint = benv["mounted"], benv["mountpoint"]
603 if mounted:
607 mounted, mountpoint = None, None
610 # We could assert that mounted and mountpoint are set here, but there's
613 if not mounted:
691 # If we'd mounted th
[all...]
/osnet-11/usr/src/lib/brand/labeled/zone/
H A Dcommon.ksh374 if [ $zonestate != mounted ] ; then
375 gettext "error getting zone $ZONENAME mounted.\n"
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DDosGlob.pm214 # for each mounted volume that matches (with '*', '?' and '\' escaped).
229 # push all mounted volumes into array
232 #print "mounted volumes: |@mounted_volumes|\n";
479 mounted volumes, while a glob like E<lt>*E<gt> or E<lt>:*E<gt> will find
H A DFind.pm302 for parts of your file system, like a mounted CD-ROM.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/
H A DGlob.pm408 mounted volumes, while a glob like E<lt>*E<gt> or E<lt>:*E<gt> will find
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs.c245 int mounted; member in struct:grub_zfs_data
951 if (data->mounted && data->guid != poolguid)
4152 data->mounted = 1; /* mount succeeded */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH2563 * available to iterate through mounted file systems to get their info.

Completed in 149 milliseconds