/illumos-gate/usr/src/test/zfs-tests/tests/functional/mount/ |
H A D | umount_002.ksh | 34 log_must mounted $TESTDIR.$fs 38 log_must mounted $TESTDIR.$fs 48 log_must mounted $TESTDIR.$fs
|
H A D | umount_001.ksh | 47 log_must mounted $TESTDIR.$fs 51 log_must mounted $TESTDIR.$fs
|
H A D | umount_unlinked_drain.ksh | 37 mounted $TESTDIR.$fs || zfs mount $TESTPOOL/$TESTFS.$fs 80 log_must mounted $TESTDIR.$fs 105 log_must mounted $TESTDIR.$fs
|
H A D | setup.ksh | 45 log_must mounted $fs
|
H A D | umountall_001.ksh | 37 log_must mounted $TESTPOOL/$TESTFS.$fs
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_unmount/ |
H A D | zfs_unmount.kshlib | 42 mounted $mnt || wasmounted=0 62 log_must mounted $mnt 75 mounted $TESTPOOL/$TESTFS || \
|
/illumos-gate/usr/src/cmd/svc/milestone/ |
H A D | fs-minimal | 50 mounted $mountp $mntopts $fstype < /etc/mnttab && continue 66 mounted /var/run - tmpfs < /etc/mnttab 79 mounted $mountp - zfs < /etc/mnttab && continue
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_mount/ |
H A D | zfs_mount_all_fail.ksh | 87 log_mustnot mounted "$TESTPOOL/$i" 99 log_mustnot mounted "$TESTPOOL/0" 101 log_must mounted "$TESTPOOL/$i"
|
H A D | zfs_mount_all_001_pos.ksh | 157 log_mustnot mounted "$path/${vol[j]}" 164 $logfunc mounted "$path/${fs[j]}" 168 $logfunc mounted "$path"
|
H A D | zfs_mount_004_pos.ksh | 69 mounted $TESTPOOL/$TESTFS || \ 79 mounted $TESTPOOL/$TESTFS || \
|
H A D | zfs_mount_001_pos.ksh | 64 mounted $TESTPOOL/$TESTFS || \
|
/illumos-gate/usr/src/lib/libtsol/common/ |
H A D | getpathbylabel.c | 172 FILE *mounted; in tsol_mkmntlist() local 177 if ((mounted = fopen(MNTTAB, "rF")) == NULL) { in tsol_mkmntlist() 181 resetmnttab(mounted); in tsol_mkmntlist() 182 while (getmntent(mounted, &mnt) == 0) { in tsol_mkmntlist() 198 (void) fclose(mounted); in tsol_mkmntlist()
|
/illumos-gate/usr/src/uts/common/krtld/ |
H A D | bootrd_cpio.c | 68 static bool mounted; variable 338 if (mounted) in bcpio_mountroot() 341 mounted = true; in bcpio_mountroot() 349 if (!mounted) in bcpio_unmountroot() 352 mounted = false; in bcpio_unmountroot()
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_changelist.c | 227 boolean_t mounted; in changelist_postfix() local 260 mounted = zfs_is_mounted(cn->cn_handle, NULL); in changelist_postfix() 262 if (!mounted && !needs_key && (cn->cn_mounted || in changelist_postfix() 270 mounted = TRUE; in changelist_postfix() 278 if (sharenfs && mounted) in changelist_postfix() 282 if (sharesmb && mounted) in changelist_postfix()
|
/illumos-gate/usr/src/cmd/svr4pkg/libinst/ |
H A D | mntinfo.c | 459 if (fs_tab[n]->mounted && fs_tab[n]->srvr_map) { in mount_client() 722 nfte->mounted = 1; in construct_mt() 807 nfte->mounted = 0; in construct_vfs() 819 nfte->mounted = 1; in construct_vfs() 826 nfte->mounted = 1; in construct_vfs() 1181 return ((int)fs_tab[n]->mounted); in is_mounted_n() 1197 if (fs_tab[n]->remote && fs_tab[n]->mounted && in is_fs_writeable_n()
|
/illumos-gate/usr/src/cmd/svc/shell/ |
H A D | fs_include.sh | 287 mounted() { function 345 mounted $path $4 $3 < /etc/mnttab && return 0
|
/illumos-gate/usr/src/cmd/backup/dump/ |
H A D | dumpfstab.c | 246 mnttabsearch(key, mounted) in mnttabsearch() argument 248 int mounted; 307 if (mounted)
|
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
H A D | nodes.h | 99 short mounted; /* # times currently mounted */ member 152 short mounted; member
|
H A D | disp3.c | 57 Opfs->mounted--; in remount_form() 92 pfs->mounted++; in remount_form() 151 Oppws->mounted--; in remount_pwheel() 180 ppws->mounted++; in remount_pwheel()
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/ |
H A D | canmount_002_pos.ksh | 126 log_must mounted $dataset 139 log_must mounted $dataset
|
/illumos-gate/usr/src/cmd/fs.d/ufs/df/ |
H A D | df.c | 1023 FILE *mounted; in mkmntlist() local 1028 if ((mounted = fopen(MNTTAB, "r")) == NULL) { in mkmntlist() 1033 resetmnttab(mounted); in mkmntlist() 1034 while (getextmntent(mounted, &mnt, sizeof (struct extmnttab)) == 0) { in mkmntlist() 1042 (void) fclose(mounted); in mkmntlist()
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/rootpool/ |
H A D | rootpool_002_neg.ksh | 63 mounted $ds || log_must zfs mount $ds
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/delegate/ |
H A D | zfs_allow_011_neg.ksh | 56 referenced compressratio mounted
|
/illumos-gate/usr/src/lib/brand/shared/zone/ |
H A D | uninstall.ksh | 617 mounted=`LC_ALL=C LANG=C \ 618 /sbin/zfs get -H -o value mounted ${clones[$j]}` 619 if [[ "$mounted" != yes ]]; then
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_import/ |
H A D | zpool_import_encrypted_load.ksh | 56 log_must mounted $TESTPOOL1
|