/openbmc/linux/Documentation/translations/zh_TW/filesystems/ |
H A 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)的更改
|
/openbmc/linux/Documentation/translations/zh_CN/filesystems/ |
H A 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)的更改
|
/openbmc/linux/Documentation/ABI/testing/ |
H A 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.
|
/openbmc/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/ |
H A D | umountfs | 23 grep -q /mnt/ram /proc/mounts && mount -o remount,ro /mnt/ram 24 mount -o remount,ro /
|
H A D | checkroot.sh | 88 mount -n -o remount,ro / 146 mount -n -o remount,$rootmode /
|
/openbmc/linux/Documentation/admin-guide/ |
H A 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(*)
|
/openbmc/linux/Documentation/filesystems/ |
H A 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
|
H A 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.
|
H A D | virtiofs.rst | 45 virtiofs supports general VFS mount options, for example, remount,
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/ |
H A D | remount | 2 mount -o remount,rw /
|
H A D | 0001-Fixes-for-yocto-build.patch | 117 } else if (android::base::ConsumePrefix(&name, "remount:")) { 118 - std::string cmd = "/system/bin/remount "; 119 + std::string cmd = "/sbin/remount ";
|
/openbmc/linux/tools/testing/selftests/mount/ |
H A D | run_unprivileged_remount.sh | 8 ./unprivileged-remount-test ;
|
H A D | .gitignore | 2 unprivileged-remount-test
|
H A D | Makefile | 7 TEST_GEN_FILES := unprivileged-remount-test nosymfollow-test
|
/openbmc/linux/fs/tracefs/ |
H A D | inode.c | 358 static int tracefs_apply_options(struct super_block *sb, bool remount) in tracefs_apply_options() argument 372 if (!remount || opts->opts & BIT(Opt_mode)) { in tracefs_apply_options() 378 if (!remount || opts->opts & BIT(Opt_uid)) in tracefs_apply_options() 381 if (!remount || opts->opts & BIT(Opt_gid)) in tracefs_apply_options() 384 if (remount && (opts->opts & BIT(Opt_uid) || opts->opts & BIT(Opt_gid))) { in tracefs_apply_options()
|
/openbmc/openbmc/poky/meta/recipes-devtools/run-postinsts/run-postinsts/ |
H A D | run-postinsts.service | 4 After=systemd-remount-fs.service systemd-tmpfiles-setup.service tmp.mount ldconfig.service
|
/openbmc/openbmc/poky/meta/files/ |
H A D | overlayfs-etc-preinit.sh.in | 7 mount -o remount,rw /
|
/openbmc/linux/fs/debugfs/ |
H A 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()
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/ |
H A D | android-tools_29.0.6.r14.bb | 49 file://remount \ 143 install -m 0755 ${UNPACKDIR}/remount -D ${D}${base_sbindir}/remount
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/toybox/toybox-inittab/ |
H A D | inittab | 5 ::sysinit:/bin/mount -o remount,rw /
|
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/ |
H A D | overlayroot | 99 mount -o remount,ro ${ROMOUNT}
|
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/ |
H A D | inittab | 7 ::sysinit:/bin/mount -o remount,rw /
|
/openbmc/linux/fs/jfs/ |
H A 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()
|
/openbmc/linux/Documentation/admin-guide/laptops/ |
H A 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
|
/openbmc/linux/fs/udf/ |
H A D | super.c | 459 bool remount) in udf_parse_options() argument 540 if (!remount) in udf_parse_options() 547 if (!remount) in udf_parse_options() 562 if (!remount) { in udf_parse_options() 568 if (!remount) { in udf_parse_options() 573 if (!remount && strcmp(args[0].from, "utf8") != 0) { in udf_parse_options()
|