/linux-4.4.14/tools/testing/selftests/mount/ |
D | Makefile | 4 all: unprivileged-remount-test 6 unprivileged-remount-test: unprivileged-remount-test.c 7 $(CC) $(CFLAGS) unprivileged-remount-test.c -o unprivileged-remount-test 11 TEST_PROGS := unprivileged-remount-test 14 ./unprivileged-remount-test ; \ 21 rm -f unprivileged-remount-test
|
D | .gitignore | 1 unprivileged-remount-test
|
/linux-4.4.14/Documentation/filesystems/ |
D | jfs.txt | 16 valid during a remount, when the volume is mounted 26 remount a volume where the nointegrity option was 30 errors=remount-ro(*) Remount the filesystem read-only on an error.
|
D | tmpfs.txt | 11 be adjusted on the fly via 'mount -o remount ...' 70 can be changed on remount. The size parameter also accepts a suffix % 83 adjusted on the fly via 'mount -o remount ...' 124 on MountPoint, by 'mount -o remount,mpol=Policy:NodeList MountPoint'. 134 These options do not have any effect on remount. You can change these
|
D | gfs2-uevents.txt | 25 The ONLINE uevent is generated after a successful mount or remount. It 52 uevent for a successful mount or remount.
|
D | hpfs.txt | 38 errors=continue,remount-ro,panic (default remount-ro) 138 structures, remount read-only and not destroy them (I hope).
|
D | ocfs2.txt | 44 errors=remount-ro(*) Remount the filesystem read-only on an error.
|
D | vfat.txt | 144 errors=panic|continue|remount-ro 146 without doing anything or remount the partition in
|
D | nilfs2.txt | 55 errors=remount-ro(*) Remount the filesystem read-only on an error.
|
D | autofs4-mount-control.txt | 29 mounts. Immediately one thinks of just adding the ability to remount
|
D | ext2.txt | 30 errors=remount-ro Remount the filesystem read-only on an error.
|
D | ntfs.txt | 195 remount). Values of 1 to 4 are allowed, 1 being the
|
D | ext4.txt | 224 errors=remount-ro Remount the filesystem read-only on an error.
|
D | vfs.txt | 1124 On mount and remount the filesystem is passed a string containing a 1156 A simple method of saving options at mount/remount time and showing
|
/linux-4.4.14/fs/jfs/ |
D | jfs_mount.c | 239 int jfs_mount_rw(struct super_block *sb, int remount) in jfs_mount_rw() argument 249 if (remount) { in jfs_mount_rw()
|
/linux-4.4.14/Documentation/laptops/ |
D | laptop-mode.txt | 63 the control script will not be able to remount them correctly. You must set 64 DO_REMOUNTS=0 in the control script, otherwise it will remount them with the 252 # Shall we remount journaled fs. with appropriate commit interval? (1=yes) 360 # Shall we remount journaled fs. with appropriate commit interval? (1=yes) 601 mount $DEV -t $FST $MP -o remount,$PARSEDOPTS,commit=$MAX_AGE$NOATIME_OPT 604 mount $DEV -t $FST $MP -o remount,$OPTS$NOATIME_OPT 662 mount $DEV -t $FST $MP -o remount,$PARSEDOPTS 666 mount $DEV -t $FST $MP -o remount,$PARSEDOPTS
|
/linux-4.4.14/Documentation/ |
D | sysrq.txt | 25 32 = 0x20 - enable remount read-only 114 'u' - Will attempt to remount all mounted filesystems read-only. 164 Again, the unmount (remount read-only) hasn't taken place until you see the
|
/linux-4.4.14/fs/hpfs/ |
D | super.c | 22 static void mark_dirty(struct super_block *s, int remount) in mark_dirty() argument 24 if (hpfs_sb(s)->sb_chkdsk && (remount || !(s->s_flags & MS_RDONLY))) { in mark_dirty()
|
/linux-4.4.14/fs/affs/ |
D | Changes | 222 - Added a remount function, so attempts to remount
|
/linux-4.4.14/Documentation/filesystems/pohmelfs/ |
D | info.txt | 4 All but index, number of crypto threads and maximum IO size can changed via remount.
|
/linux-4.4.14/mm/ |
D | shmem.c | 2748 bool remount) in shmem_parse_options() argument 2805 if (remount) in shmem_parse_options() 2811 if (remount) in shmem_parse_options() 2820 if (remount) in shmem_parse_options()
|
/linux-4.4.14/fs/udf/ |
D | super.c | 486 bool remount) in udf_parse_options() argument 571 if (!remount) in udf_parse_options() 578 if (!remount) in udf_parse_options()
|
/linux-4.4.14/Documentation/scsi/ |
D | tmscsim.txt | 94 * make your kernel remount the FS read-only on detecting an error: 95 tune2fs -e remount-ro /dev/sd??
|
/linux-4.4.14/Documentation/power/ |
D | swsusp.txt | 406 before suspending; then remount them after resuming.
|
/linux-4.4.14/Documentation/filesystems/cifs/ |
D | README | 530 remount remount the share (often used to change from ro to rw mounts
|
/linux-4.4.14/Documentation/cgroups/ |
D | cgroups.txt | 396 It can also be changed via remount.
|
D | unified-hierarchy.txt | 359 - remount is disallowed.
|