Searched refs:remount (Results 1 - 12 of 12) sorted by relevance
/third_party/toybox/toys/lsb/ |
H A D | mount.c | 76 // TODO make "mount --bind,ro old new" work (implicit -o remount) 78 // TODO mount -o remount 81 // TODO "mount -a -o remount,ro" should detect overmounts 85 // TODO mount -o remount a user mount 112 {"remount", MS_REMOUNT}, {"move", MS_MOVE}, in flag_opts() 293 struct mtab_list *mtl, *mtl2 = 0, *mm, *remount; in mount_main() local 296 // remount in mount_main() 303 // we can modify fstab entries with -a, or mtab with remount.) in mount_main() 322 // For remount we need _last_ match (in case of overmounts), so traverse in mount_main() 323 // in reverse order. (Yes I'm using remount a in mount_main() [all...] |
/third_party/toybox/porting/liteos_a/toys/lsb/ |
H A D | mount.c | 72 // TODO make "mount --bind,ro old new" work (implicit -o remount) 74 // TODO mount -o remount 77 // TODO "mount -a -o remount,ro" should detect overmounts 81 // TODO mount -o remount a user mount 108 {"remount", MS_REMOUNT}, {"move", MS_MOVE}, in flag_opts() 279 struct mtab_list *mtl, *mtl2 = 0, *mm, *remount; in mount_main() local 282 // remount in mount_main() 289 // we can modify fstab entries with -a, or mtab with remount.) in mount_main() 309 // For remount we need _last_ match (in case of overmounts), so traverse in mount_main() 310 // in reverse order. (Yes I'm using remount a in mount_main() [all...] |
/third_party/ltp/testcases/kernel/fs/quota_remount/ |
H A D | quota_remount_test01.sh | 44 tst_res TINFO "testing quota on remount" 63 ROD mount -o remount,ro $MNTDIR 64 ROD mount -o remount,rw $MNTDIR 70 tst_brk TFAIL "usage did not change after remount" 73 tst_res TPASS "quota on remount passed"
|
/third_party/skia/tools/skpbench/ |
H A D | _hardware_android.py | 19 self._adb.remount() 24 self._adb.remount()
|
H A D | _adb.py | 47 def remount(self): member in Adb 48 self.__invoke('remount')
|
/third_party/ltp/testcases/kernel/controllers/cgroup/ |
H A D | cgroup_regression_test.sh | 271 # Bug: There was a bug when remount cgroup fs with some dead subdirs in 295 # remount with new subsystems added 296 # since 2.6.28, this remount will fail 299 mount -t cgroup -o remount xxx cgroup/ 2> /dev/null 322 # remount with some subsystems removed 323 # since 2.6.28, this remount will fail 324 mount -t cgroup -o remount,$subsys xxx cgroup/ 2> /dev/null 357 # remount to add new subsystems to the hierarchy
|
/third_party/ltp/testcases/kernel/fs/fs_readonly/ |
H A D | test_robind.sh | 31 # c) mount -o remount,ro 234 mount -o remount,ro,bind dir1 dir3-ro 236 tst_brkm TBROK "mount -o remount,ro,bind dir1 dir3-ro failed"
|
/third_party/musl/scripts/ |
H A D | run_libcgtest_windows.bat | 12 hdc_std shell mount -o remount,rw /
|
H A D | runtest_Windows.bat | 82 hdc shell mount -o rw,remount /
|
H A D | runtest_linux.sh | 103 ${CMD} shell mount -o rw,remount /
|
/third_party/rust/crates/rustix/src/fs/ |
H A D | mount.rs | 46 pub fn remount<Target: path::Arg, Data: path::Arg>( in remount() functions
|
H A D | mod.rs | 205 pub use mount::{bind_mount, change_mount, mount, move_mount, recursive_bind_mount, remount};
|
Completed in 6 milliseconds