Lines Matching defs:remount
930 panic("vfs_mountroot: cannot remount root");
1092 * vnode, flags specifying whether the mount is a remount and whether it
1123 int remount;
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) {
1471 if (!remount) {
1500 * Lock the vfs. If this is a remount we want to avoid spurious umount
1504 * here we use vfs_lock_wait() instead vfs_lock() for the remount case.
1506 if (!remount) {
1546 if (remount) {
1621 * string if necessary (ie, mntfs), and also for a remount to
1628 * a vfs which is on the vfs list (i.e. during a remount), we must
1633 if (remount) {
1658 if (remount) {
1659 /* put back pre-remount options */
1682 if (remount) {
1756 * If this isn't a remount, set up the vopstats before
1767 if (!remount && (vswp->vsw_flag & VSW_STATS) && splice) {
1790 if (!remount) {
1874 * will be the case following a failed remount, where the path supplied