Home
last modified time | relevance | path

Searched refs:remount (Results 1 - 12 of 12) sorted by relevance

/third_party/toybox/toys/lsb/
H A Dmount.c76 // 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 Dmount.c72 // 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 Dquota_remount_test01.sh44 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.py19 self._adb.remount()
24 self._adb.remount()
H A D_adb.py47 def remount(self): member in Adb
48 self.__invoke('remount')
/third_party/ltp/testcases/kernel/controllers/cgroup/
H A Dcgroup_regression_test.sh271 # 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 Dtest_robind.sh31 # 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 Drun_libcgtest_windows.bat12 hdc_std shell mount -o remount,rw /
H A Druntest_Windows.bat82 hdc shell mount -o rw,remount /
H A Druntest_linux.sh103 ${CMD} shell mount -o rw,remount /
/third_party/rust/crates/rustix/src/fs/
H A Dmount.rs46 pub fn remount<Target: path::Arg, Data: path::Arg>( in remount() functions
H A Dmod.rs205 pub use mount::{bind_mount, change_mount, mount, move_mount, recursive_bind_mount, remount};

Completed in 6 milliseconds