/linux-6.6.21/Documentation/translations/zh_TW/filesystems/ |
D | tmpfs.rst | 20 頁面swap出去。它具有最大限制,可以通過「mount -o remount ...」調整。 64 這些參數接受後綴k,m或g表示千,兆和千兆字節,可以在remount時更改。 74 可以通過「mount -o remount ...」調整 110 可以在以後通過「mount -o remount,mpol=Policy:NodeList MountPoint」添加到掛載點。 120 這些選項對remount沒有任何影響。您可以通過chmod(1),chown(1)和chgrp(1)的更改
|
/linux-6.6.21/Documentation/translations/zh_CN/filesystems/ |
D | tmpfs.rst | 19 页面swap出去。它具有最大限制,可以通过“mount -o remount ...”调整。 63 这些参数接受后缀k,m或g表示千,兆和千兆字节,可以在remount时更改。 73 可以通过“mount -o remount ...”调整 109 可以在以后通过“mount -o remount,mpol=Policy:NodeList MountPoint”添加到挂载点。 119 这些选项对remount没有任何影响。您可以通过chmod(1),chown(1)和chgrp(1)的更改
|
/linux-6.6.21/Documentation/ABI/testing/ |
D | sysfs-fs-ubifs | 11 The counter is reset to 0 with a remount. 23 The counter is reset to 0 with a remount. 35 The counter is reset to 0 with a remount.
|
/linux-6.6.21/Documentation/admin-guide/ |
D | jfs.rst | 21 valid during a remount, when the volume is mounted 33 remount a volume where the nointegrity option was 38 errors=remount-ro(*)
|
D | sysrq.rst | 31 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
|
/linux-6.6.21/tools/testing/selftests/mount/ |
D | run_unprivileged_remount.sh | 8 ./unprivileged-remount-test ;
|
D | .gitignore | 2 unprivileged-remount-test
|
D | Makefile | 7 TEST_GEN_FILES := unprivileged-remount-test nosymfollow-test
|
/linux-6.6.21/Documentation/filesystems/ |
D | tmpfs.rst | 21 fly using a remount ('mount -o remount ...') of the filesystem. A tmpfs 90 can be changed on remount. The size parameter also accepts a suffix % 145 None of the quota related mount options can be set or changed on remount. 148 and can't be changed on remount. Default global quota limits are taking 162 adjusted on the fly via 'mount -o remount ...' 208 on MountPoint, by 'mount -o remount,mpol=Policy:NodeList MountPoint'. 220 These options do not have any effect on remount. You can change these
|
D | gfs2-uevents.rst | 30 The ONLINE uevent is generated after a successful mount or remount. It 58 uevent for a successful mount or remount.
|
D | virtiofs.rst | 45 virtiofs supports general VFS mount options, for example, remount,
|
D | zonefs.rst | 267 | 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 320 * remount-ro (default)
|
D | hpfs.rst | 46 errors=continue,remount-ro,panic (default remount-ro) 151 structures, remount read-only and not destroy them (I hope).
|
D | ocfs2.rst | 54 errors=remount-ro(*) Remount the filesystem read-only on an error.
|
D | vfat.rst | 184 **errors=panic|continue|remount-ro** 186 without doing anything or remount the partition in
|
D | nilfs2.rst | 59 errors=remount-ro(*) Remount the filesystem read-only on an error.
|
D | f2fs.rst | 355 "panic", "continue" and "remount-ro", respectively, trigger 356 panic immediately, continue without doing anything, and remount 360 mode continue remount-ro panic
|
/linux-6.6.21/fs/tracefs/ |
D | inode.c | 311 static int tracefs_apply_options(struct super_block *sb, bool remount) in tracefs_apply_options() argument 323 if (!remount || opts->opts & BIT(Opt_mode)) { in tracefs_apply_options() 329 if (!remount || opts->opts & BIT(Opt_uid)) in tracefs_apply_options() 332 if (!remount || opts->opts & BIT(Opt_gid)) in tracefs_apply_options()
|
/linux-6.6.21/fs/debugfs/ |
D | inode.c | 157 static void _debugfs_apply_options(struct super_block *sb, bool remount) in _debugfs_apply_options() argument 168 if (!remount || opts->opts & BIT(Opt_mode)) { in _debugfs_apply_options() 173 if (!remount || opts->opts & BIT(Opt_uid)) in _debugfs_apply_options() 176 if (!remount || opts->opts & BIT(Opt_gid)) in _debugfs_apply_options()
|
/linux-6.6.21/fs/jfs/ |
D | jfs_mount.c | 221 int jfs_mount_rw(struct super_block *sb, int remount) in jfs_mount_rw() argument 231 if (remount) { in jfs_mount_rw()
|
/linux-6.6.21/Documentation/admin-guide/laptops/ |
D | laptop-mode.rst | 65 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
|
/linux-6.6.21/fs/udf/ |
D | super.c | 458 bool remount) in udf_parse_options() argument 539 if (!remount) in udf_parse_options() 546 if (!remount) in udf_parse_options() 561 if (!remount) { in udf_parse_options() 567 if (!remount) { in udf_parse_options() 572 if (!remount && strcmp(args[0].from, "utf8") != 0) { in udf_parse_options()
|
/linux-6.6.21/fs/hpfs/ |
D | super.c | 23 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()
|
/linux-6.6.21/fs/affs/ |
D | Changes | 222 - Added a remount function, so attempts to remount
|
/linux-6.6.21/tools/perf/Documentation/ |
D | perf-probe.txt | 304 …- The system admin can remount the tracefs with 755 (`sudo mount -o remount,mode=755 /sys/kernel/t…
|