Home
last modified time | relevance | path

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

12

/linux/Documentation/translations/zh_CN/filesystems/
H A Dtmpfs.rst19 页面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/Documentation/translations/zh_TW/filesystems/
H A Dtmpfs.rst19 頁面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/Documentation/ABI/testing/
H A Dsysfs-fs-ubifs11 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/tools/testing/selftests/ftrace/test.d/00basic/
H A Dtest_ownership.tc93 mount -o remount,"$new_options" .
97 mount -o remount,"$mount_options" .
/linux/Documentation/admin-guide/
H A Djfs.rst21 valid during a remount, when the volume is mounted
33 remount a volume where the nointegrity option was
38 errors=remount-ro(*)
/linux/fs/tracefs/
H A Dinode.c333 static int tracefs_apply_options(struct super_block *sb, bool remount) in tracefs_apply_options() argument
346 if (!remount || fsi->opts & BIT(Opt_mode)) { in tracefs_apply_options()
352 if (!remount || fsi->opts & BIT(Opt_uid)) in tracefs_apply_options()
355 if (!remount || fsi->opts & BIT(Opt_gid)) in tracefs_apply_options()
358 if (remount && (fsi->opts & BIT(Opt_uid) || fsi->opts & BIT(Opt_gid))) { in tracefs_apply_options()
/linux/tools/testing/selftests/mount/
H A Drun_unprivileged_remount.sh8 ./unprivileged-remount-test ;
H A D.gitignore2 unprivileged-remount-test
H A DMakefile7 TEST_GEN_FILES := unprivileged-remount-test nosymfollow-test
/linux/fs/debugfs/
H A Dinode.c148 static void _debugfs_apply_options(struct super_block *sb, bool remount) in _debugfs_apply_options() argument
158 if (!remount || fsi->opts & BIT(Opt_mode)) { in _debugfs_apply_options()
163 if (!remount || fsi->opts & BIT(Opt_uid)) in _debugfs_apply_options()
166 if (!remount || fsi->opts & BIT(Opt_gid)) in _debugfs_apply_options()
/linux/fs/jfs/
H A 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()
/linux/fs/udf/
H A Dsuper.c525 bool remount = (fc->purpose & FS_CONTEXT_FOR_RECONFIGURE); in udf_parse_param() local
600 if (!remount) in udf_parse_param()
605 if (!remount) in udf_parse_param()
618 if (!remount) { in udf_parse_param()
624 if (!remount) { in udf_parse_param()
629 if (!remount && strcmp(param->string, "utf8") != 0) { in udf_parse_param()
/linux/Documentation/filesystems/
H A Dvirtiofs.rst45 virtiofs supports general VFS mount options, for example, remount,
H A 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
320 * remount-ro (default)
H A Docfs2.rst54 errors=remount-ro(*) Remount the filesystem read-only on an error.
H A Dvfat.rst184 **errors=panic|continue|remount-ro**
186 without doing anything or remount the partition in
H A Dnilfs2.rst59 errors=remount-ro(*) Remount the filesystem read-only on an error.
H A Df2fs.rst369 "panic", "continue" and "remount-ro", respectively, trigger
370 panic immediately, continue without doing anything, and remount
377 mode continue remount-ro panic
H A Dext2.rst34 errors=remount-ro Remount the filesystem read-only on an error.
H A Dautofs-mount-control.rst31 mounts. Immediately one thinks of just adding the ability to remount
/linux/fs/hpfs/
H A Dsuper.c25 static void mark_dirty(struct super_block *s, int remount) in mark_dirty() argument
27 if (hpfs_sb(s)->sb_chkdsk && (remount || !sb_rdonly(s))) { in mark_dirty()
/linux/fs/affs/
H A DChanges222 - Added a remount function, so attempts to remount
/linux/tools/perf/Documentation/
H A Dperf-probe.txt304 …- The system admin can remount the tracefs with 755 (`sudo mount -o remount,mode=755 /sys/kernel/t…
/linux/fs/f2fs/
H A Dsuper.c1718 static int f2fs_sanity_check_options(struct f2fs_sb_info *sbi, bool remount) in f2fs_sanity_check_options() argument
1726 if (!remount) in f2fs_sanity_check_options()
2489 static void default_options(struct f2fs_sb_info *sbi, bool remount) in default_options() argument
2492 if (!remount) { in default_options()
/linux/Documentation/power/
H A Dswsusp.rst467 before suspending; then remount them after resuming.

12