Home
last modified time | relevance | path

Searched refs:MS_REMOUNT (Results 1 – 20 of 20) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/rename/
Drename11.c152 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/
Dtomoyo_filesystem_test.c383 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/
Dmount02.c87 {&device, &mntpoint, &fs_type, MS_REMOUNT | MS_RDONLY, EBUSY,
91 {&device, &mntpoint, &fs_type, MS_REMOUNT, EINVAL, NULL, NULL},
Dmount03.c245 TEST(mount(device, mntpoint, fs_type, MS_REMOUNT, NULL)); in test_rwflag()
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmount.h31 #define MS_REMOUNT 32 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmount.h31 #define MS_REMOUNT 32 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dmount.h31 #define MS_REMOUNT 32 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmount.h31 #define MS_REMOUNT 32 macro
/third_party/musl/include/sys/
Dmount.h31 #define MS_REMOUNT 32 macro
/third_party/musl/ndk_musl_include/sys/
Dmount.h31 #define MS_REMOUNT 32 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dmount.h31 #define MS_REMOUNT 32 macro
/third_party/toybox/porting/liteos_a/toys/lsb/
Dumount.c67 if (!mount("", dir, "", MS_REMOUNT|MS_RDONLY, "")) {
Dmount.c108 {"remount", MS_REMOUNT}, {"move", MS_MOVE},
/third_party/ltp/testcases/kernel/syscalls/ftruncate/
Dftruncate04.c159 if (mount(NULL, MNTPOINT, NULL, MS_REMOUNT|MS_MANDLOCK, NULL) == -1) { in setup()
/third_party/toybox/toys/lsb/
Dumount.c98 if (!mount("", dir, "", MS_REMOUNT|MS_RDONLY, "")) {
Dmount.c112 {"remount", MS_REMOUNT}, {"move", MS_MOVE},
/third_party/ltp/testcases/kernel/syscalls/linkat/
Dlinkat02.c194 MS_REMOUNT | MS_RDONLY, NULL); in setup_erofs()
/third_party/ltp/testcases/kernel/syscalls/renameat/
Drenameat01.c189 SAFE_MOUNT(cleanup, device, MNTPOINT, fs_type, MS_REMOUNT | MS_RDONLY, in setup()
/third_party/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify22.c58 MS_REMOUNT|MS_RDONLY, "abort"); in trigger_fs_abort()
/third_party/ltp/lib/
Dtst_test.c937 SAFE_MOUNT(dev, mntpoint, fs_type, MS_REMOUNT | MS_RDONLY, NULL); in prepare_and_mount_ro_fs()