Searched defs:remount (Results 1 - 3 of 3) sorted by relevance

/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/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,
/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...]

Completed in 75 milliseconds