Searched refs:CLONE_NEWNS (Results 1 – 8 of 8) sorted by relevance
23 #ifdef CLONE_NEWNS30 #ifdef CLONE_NEWNS in support_enter_mount_namespace()31 if (unshare (CLONE_NEWNS) == 0) in support_enter_mount_namespace()
234 #ifdef CLONE_NEWNS766 #ifdef CLONE_NEWNS in main()1058 #ifdef CLONE_NEWNS in main()1118 #ifdef CLONE_NEWNS in main()1120 if (unshare (CLONE_NEWUSER | CLONE_NEWNS in main()1134 else if (require_pidns && unshare (CLONE_NEWUSER | CLONE_NEWNS) >= 0) in main()
88 if (unshare (CLONE_NEWUSER | CLONE_NEWNS) == 0) in support_become_root()
197 if (unshare (CLONE_NEWUSER | CLONE_NEWNS) != 0) in do_test()212 CLONE_NEWUSER | CLONE_NEWNS | SIGCHLD); in do_test()
402 if (unshare (CLONE_NEWNS | CLONE_NEWPID) < 0) in do_in_chroot_2()
55 # define CLONE_NEWNS 0x00020000 /* Set to create new namespace. */ macro
6379 [CLONE_NEWNS](concat_words): New.
23307 * io/tst-copy_file_range.c [!defined CLONE_NEWNS]: Do not include24098 * support/support_enter_mount_namespace.c [!CLONE_NEWNS]: Do not