/third_party/ltp/testcases/kernel/syscalls/rename/ |
D | rename11.c | 152 SAFE_MOUNT(cleanup, device, MNTPOINT, fs_type, MS_REMOUNT | MS_RDONLY, in test_erofs() 161 SAFE_MOUNT(cleanup, device, MNTPOINT, fs_type, MS_REMOUNT, NULL); in test_erofs()
|
/third_party/ltp/testcases/kernel/security/tomoyo/ |
D | tomoyo_filesystem_test.c | 383 if (mount("none", "/tmp/mount/", "tmpfs", MS_REMOUNT, NULL) in main() 389 if (mount(NULL, "/tmp/mount/", NULL, MS_REMOUNT, NULL) == EOF in main() 397 if (mount(NULL, "/tmp/mount/", NULL, MS_REMOUNT, NULL)) in main() 425 if (mount("none", "/tmp/mount/", "tmpfs", MS_REMOUNT, NULL) in main()
|
/third_party/ltp/testcases/kernel/syscalls/mount/ |
D | mount02.c | 87 {&device, &mntpoint, &fs_type, MS_REMOUNT | MS_RDONLY, EBUSY, 91 {&device, &mntpoint, &fs_type, MS_REMOUNT, EINVAL, NULL, NULL},
|
D | mount03.c | 245 TEST(mount(device, mntpoint, fs_type, MS_REMOUNT, NULL)); in test_rwflag()
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | mount.h | 31 #define MS_REMOUNT 32 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | mount.h | 31 #define MS_REMOUNT 32 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | mount.h | 31 #define MS_REMOUNT 32 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | mount.h | 31 #define MS_REMOUNT 32 macro
|
/third_party/musl/include/sys/ |
D | mount.h | 31 #define MS_REMOUNT 32 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | mount.h | 31 #define MS_REMOUNT 32 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | mount.h | 31 #define MS_REMOUNT 32 macro
|
/third_party/toybox/porting/liteos_a/toys/lsb/ |
D | umount.c | 67 if (!mount("", dir, "", MS_REMOUNT|MS_RDONLY, "")) {
|
D | mount.c | 108 {"remount", MS_REMOUNT}, {"move", MS_MOVE},
|
/third_party/ltp/testcases/kernel/syscalls/ftruncate/ |
D | ftruncate04.c | 159 if (mount(NULL, MNTPOINT, NULL, MS_REMOUNT|MS_MANDLOCK, NULL) == -1) { in setup()
|
/third_party/toybox/toys/lsb/ |
D | umount.c | 98 if (!mount("", dir, "", MS_REMOUNT|MS_RDONLY, "")) {
|
D | mount.c | 112 {"remount", MS_REMOUNT}, {"move", MS_MOVE},
|
/third_party/ltp/testcases/kernel/syscalls/linkat/ |
D | linkat02.c | 194 MS_REMOUNT | MS_RDONLY, NULL); in setup_erofs()
|
/third_party/ltp/testcases/kernel/syscalls/renameat/ |
D | renameat01.c | 189 SAFE_MOUNT(cleanup, device, MNTPOINT, fs_type, MS_REMOUNT | MS_RDONLY, in setup()
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
D | fanotify22.c | 58 MS_REMOUNT|MS_RDONLY, "abort"); in trigger_fs_abort()
|
/third_party/ltp/lib/ |
D | tst_test.c | 937 SAFE_MOUNT(dev, mntpoint, fs_type, MS_REMOUNT | MS_RDONLY, NULL); in prepare_and_mount_ro_fs()
|