Home
last modified time | relevance | path

Searched refs:remount (Results 1 – 25 of 32) sorted by relevance

12

/kernel/linux/linux-5.10/Documentation/admin-guide/
Djfs.rst21 valid during a remount, when the volume is mounted
33 remount a volume where the nointegrity option was
38 errors=remount-ro(*)
Dsysrq.rst31 32 = 0x20 - enable remount read-only
136 ``u`` Will attempt to remount all mounted filesystems read-only.
190 running system's point of view, they will be remounted read-only. The remount
/kernel/linux/linux-5.10/tools/testing/selftests/mount/
Drun_unprivileged_remount.sh8 ./unprivileged-remount-test ;
D.gitignore2 unprivileged-remount-test
DMakefile7 TEST_GEN_FILES := unprivileged-remount-test nosymfollow-test
/kernel/linux/linux-5.10/Documentation/filesystems/
Dtmpfs.rst17 be adjusted on the fly via 'mount -o remount ...'
78 can be changed on remount. The size parameter also accepts a suffix %
91 adjusted on the fly via 'mount -o remount ...'
137 on MountPoint, by 'mount -o remount,mpol=Policy:NodeList MountPoint'.
149 These options do not have any effect on remount. You can change these
Dgfs2-uevents.rst30 The ONLINE uevent is generated after a successful mount or remount. It
58 uevent for a successful mount or remount.
Dvirtiofs.rst45 virtiofs supports general VFS mount options, for example, remount,
Dzonefs.rst267 | remount-ro | read-only | as is yes no yes no |
285 * The "errors=remount-ro" mount option is the default behavior of zonefs I/O
287 * With the "errors=remount-ro" mount option, the change of the file access
297 * File access permission changes implied by the remount-ro, zone-ro and
313 * remount-ro (default)
Dhpfs.rst46 errors=continue,remount-ro,panic (default remount-ro)
151 structures, remount read-only and not destroy them (I hope).
Docfs2.rst54 errors=remount-ro(*) Remount the filesystem read-only on an error.
Dvfat.rst184 **errors=panic|continue|remount-ro**
186 without doing anything or remount the partition in
Dnilfs2.rst59 errors=remount-ro(*) Remount the filesystem read-only on an error.
Dext2.rst33 errors=remount-ro Remount the filesystem read-only on an error.
Dautofs-mount-control.rst31 mounts. Immediately one thinks of just adding the ability to remount
Dntfs.rst206 remount). Values of 1 to 4 are allowed, 1 being the
/kernel/linux/linux-5.10/fs/jfs/
Djfs_mount.c221 int jfs_mount_rw(struct super_block *sb, int remount) in jfs_mount_rw() argument
231 if (remount) { in jfs_mount_rw()
/kernel/linux/linux-5.10/Documentation/admin-guide/laptops/
Dlaptop-mode.rst65 the control script will not be able to remount them correctly. You must set
66 DO_REMOUNTS=0 in the control script, otherwise it will remount them with the
244 # Shall we remount journaled fs. with appropriate commit interval? (1=yes)
351 # Shall we remount journaled fs. with appropriate commit interval? (1=yes)
592 mount $DEV -t $FST $MP -o remount,$PARSEDOPTS,commit=$MAX_AGE$NOATIME_OPT
595 mount $DEV -t $FST $MP -o remount,$OPTS$NOATIME_OPT
653 mount $DEV -t $FST $MP -o remount,$PARSEDOPTS
657 mount $DEV -t $FST $MP -o remount,$PARSEDOPTS
/kernel/linux/linux-5.10/fs/udf/
Dsuper.c454 bool remount) in udf_parse_options() argument
534 if (!remount) in udf_parse_options()
541 if (!remount) in udf_parse_options()
556 if (!remount) { in udf_parse_options()
562 if (!remount) { in udf_parse_options()
567 if (!remount && strcmp(args[0].from, "utf8") != 0) { in udf_parse_options()
/kernel/linux/linux-5.10/fs/hpfs/
Dsuper.c23 static void mark_dirty(struct super_block *s, int remount) in mark_dirty() argument
25 if (hpfs_sb(s)->sb_chkdsk && (remount || !sb_rdonly(s))) { in mark_dirty()
/kernel/linux/linux-5.10/fs/affs/
DChanges222 - Added a remount function, so attempts to remount
/kernel/linux/build/test/moduletest/runtest/
Druntest521 mount -o rw,remount /
/kernel/linux/linux-5.10/Documentation/admin-guide/mm/
Dtranshuge.rst259 ``mount -o remount,huge= /mountpoint`` works fine after mount: remounting
/kernel/linux/linux-5.10/Documentation/power/
Dswsusp.rst467 before suspending; then remount them after resuming.
/kernel/linux/linux-5.10/Documentation/admin-guide/cifs/
Dusage.rst614 remount
615 remount the share (often used to change from ro to rw mounts

12