Searched refs:remount (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_003_pos.ksh40 # 2. 'zfs mount -o remount,noatime <fs>.'
49 log_must zfs mount -o remount,atime $TESTPOOL/$TESTFS
56 log_must zfs mount -o remount,noatime $TESTPOOL/$TESTFS
/illumos-gate/usr/src/cmd/fs.d/dev/
H A Dmount.c54 static int remount; variable
68 "remount",
93 if (remount)
248 remount = 1;
345 if (strcmp(mountpt, "/dev") == 0 && remount &&
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_mount/
H A Dzfs_mount_007_pos.ksh118 log_must zfs mount -o remount,$reverse_opt $fs
130 log_fail "zfs mount -o remount,$reverse_opt " \
141 log_fail "zfs mount -o remount,$reverse_opt " \
/illumos-gate/usr/src/cmd/stmsboot/
H A Dmpxio-upgrade103 $MOUNT -o remount,rw $new_special / >/dev/msglog 2>&1
112 mntopts='remount'
127 $MOUNT -o remount,rw $new_special / \
142 cecho "Error: Unable to remount your root device"
/illumos-gate/usr/src/cmd/allocate/
H A Ddisk_clean.sh320 VOLUME_ACTION=remount; export VOLUME_ACTION
/illumos-gate/usr/src/uts/common/fs/
H A Dvfs.c930 panic("vfs_mountroot: cannot remount root");
1092 * vnode, flags specifying whether the mount is a remount and whether it
1123 int remount; local
1261 * Check if this is a remount; must be set in the option string and
1262 * the file system must support a remount option.
1264 if (remount = vfs_optionisset_nolock(&mnt_mntopts,
1283 ASSERT(splice || !remount);
1421 * If this is a remount, we don't want to create a new VFS.
1422 * Instead, we pass the existing one with a remount flag.
1424 if (remount) {
[all...]
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vfsops.c454 int remount = *remounting; local
473 if (remount) {
507 if (remount) {
520 if (remount) {
528 * This is not a remount. Even if MS_REMOUNT was requested,

Completed in 1301 milliseconds