/third_party/ltp/testcases/kernel/containers/mountns/ |
D | mountns01.c | 65 if (mount(DIRB, DIRA, "none", MS_BIND, NULL) == -1) { in child_func() 87 SAFE_MOUNT(cleanup, DIRA, DIRA, "none", MS_BIND, NULL); in test() 97 SAFE_MOUNT(cleanup, DIRB, DIRA, "none", MS_BIND, NULL); in test()
|
D | mountns02.c | 65 if (mount(DIRB, DIRA, "none", MS_BIND, NULL) == -1) { in child_func() 87 SAFE_MOUNT(cleanup, DIRA, DIRA, "none", MS_BIND, NULL); in test() 97 SAFE_MOUNT(cleanup, DIRB, DIRA, "none", MS_BIND, NULL); in test()
|
D | mountns03.c | 78 if (mount(DIRB, DIRA, "none", MS_BIND, NULL) == -1) { in child_func() 100 SAFE_MOUNT(cleanup, DIRA, DIRA, "none", MS_BIND, NULL); in test() 113 SAFE_MOUNT(cleanup, DIRB, DIRA, "none", MS_BIND, NULL); in test()
|
D | mountns04.c | 54 SAFE_MOUNT(cleanup, DIRA, DIRA, "none", MS_BIND, NULL); in test() 59 if (mount(DIRA, DIRB, "none", MS_BIND, NULL) == -1) { in test()
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | mount.h | 36 #define MS_BIND 4096 macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | mount.h | 36 #define MS_BIND 4096 macro
|
/third_party/musl/include/sys/ |
D | mount.h | 36 #define MS_BIND 4096 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | mount.h | 36 #define MS_BIND 4096 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | mount.h | 36 #define MS_BIND 4096 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | mount.h | 36 #define MS_BIND 4096 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | mount.h | 36 #define MS_BIND 4096 macro
|
/third_party/ltp/testcases/kernel/syscalls/mount/ |
D | mount05.c | 71 TEST(mount(mntpoint_src, mntpoint_des, fstype, MS_BIND, NULL)); in main()
|
D | mount06.c | 139 SAFE_MOUNT(cleanup, path_name, path_name, "none", MS_BIND, NULL); in setup()
|
/third_party/ltp/testcases/kernel/security/tomoyo/ |
D | tomoyo_filesystem_test.c | 407 if (mount("/tmp/mount/", "/tmp/mount_bind/", NULL, MS_BIND, in main() 438 if (mount("/tmp/mount/", "/tmp/mount_bind/", NULL, MS_BIND, in main()
|
/third_party/eudev/test/ |
D | test-udev.c | 78 err = mount(fakefss[i].src, fakefss[i].target, NULL, MS_BIND, NULL); in fake_filesystems()
|
/third_party/toybox/porting/liteos_a/toys/lsb/ |
D | mount.c | 192 flags |= MS_BIND; in mount_filesystem()
|
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
D | fanotify09.c | 346 SAFE_MOUNT(MOUNT_PATH, MOUNT_NAME, "none", MS_BIND, NULL); in setup()
|
D | fanotify10.c | 525 SAFE_MOUNT(MOUNT_PATH, MNT2_PATH, "none", MS_BIND, NULL); in setup()
|
D | fanotify16.c | 180 SAFE_MOUNT(dname1, dname1, "none", MS_BIND, NULL); in do_test()
|
/third_party/toybox/toys/lsb/ |
D | mount.c | 205 flags |= MS_BIND; in mount_filesystem()
|
/third_party/glib/gio/ |
D | gunixmounts.c | 1053 if (mount_flags & MS_BIND) in _g_get_unix_mount_points()
|