Home
last modified time | relevance | path

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

123

/openbmc/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)的更改
/openbmc/linux/Documentation/translations/zh_TW/filesystems/
H A Dtmpfs.rst20 頁面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/openbmc/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Dumountfs23 grep -q /mnt/ram /proc/mounts && mount -o remount,ro /mnt/ram
24 mount -o remount,ro /
H A Dcheckroot.sh88 mount -n -o remount,ro /
146 mount -n -o remount,$rootmode /
/openbmc/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.
/openbmc/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(*)
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/
H A Dremount2 mount -o remount,rw /
H A D0001-Fixes-for-yocto-build.patch117 } 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 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
/openbmc/linux/Documentation/filesystems/
H A Dtmpfs.rst21 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 Dgfs2-uevents.rst30 The ONLINE uevent is generated after a successful mount or remount. It
58 uevent for a successful mount or remount.
H A Dvirtiofs.rst45 virtiofs supports general VFS mount options, for example, remount,
/openbmc/openbmc/poky/meta/recipes-devtools/run-postinsts/run-postinsts/
H A Drun-postinsts.service4 After=systemd-remount-fs.service systemd-tmpfiles-setup.service tmp.mount ldconfig.service
/openbmc/linux/fs/tracefs/
H A Dinode.c361 static int tracefs_apply_options(struct super_block *sb, bool remount) in tracefs_apply_options() argument
375 if (!remount || opts->opts & BIT(Opt_mode)) { in tracefs_apply_options()
381 if (!remount || opts->opts & BIT(Opt_uid)) in tracefs_apply_options()
384 if (!remount || opts->opts & BIT(Opt_gid)) in tracefs_apply_options()
387 if (remount && (opts->opts & BIT(Opt_uid) || opts->opts & BIT(Opt_gid))) { in tracefs_apply_options()
/openbmc/openbmc/poky/meta/files/
H A Doverlayfs-etc-preinit.sh.in7 mount -o remount,rw /
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/
H A Dandroid-tools_29.0.6.r14.bb49 file://remount \
141 install -m 0755 ${S}/../remount -D ${D}${base_sbindir}/remount
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/toybox/toybox-inittab/
H A Dinittab5 ::sysinit:/bin/mount -o remount,rw /
/openbmc/linux/fs/debugfs/
H A Dinode.c157 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/poky/meta/recipes-core/initrdscripts/initramfs-framework/
H A Doverlayroot99 mount -o remount,ro ${ROMOUNT}
/openbmc/openbmc/poky/meta/recipes-core/busybox/files/
H A Dinittab7 ::sysinit:/bin/mount -o remount,rw /
/openbmc/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()
/openbmc/linux/Documentation/admin-guide/laptops/
H A 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
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0003-RH-don-t-start-without-a-config-file.patch110 After=multipathd.socket systemd-remount-fs.service

123