Searched refs:CLONE_FS (Results 1 – 25 of 44) sorted by relevance
12
/external/strace/xlat/ |
D | clone_flags.h | 13 #if defined(CLONE_FS) || (defined(HAVE_DECL_CLONE_FS) && HAVE_DECL_CLONE_FS) 15 static_assert((CLONE_FS) == (0x00000200), "CLONE_FS != 0x00000200"); 18 # define CLONE_FS 0x00000200 179 XLAT(CLONE_FS),
|
D | unshare_flags.h | 20 #if defined(CLONE_FS) || (defined(HAVE_DECL_CLONE_FS) && HAVE_DECL_CLONE_FS) 21 XLAT(CLONE_FS),
|
D | unshare_flags.in | 2 CLONE_FS
|
D | clone_flags.in | 2 CLONE_FS 0x00000200
|
/external/ltp/include/lapi/ |
D | sched.h | 63 #ifndef CLONE_FS 64 #define CLONE_FS 0x00000200 macro
|
/external/syzkaller/sys/linux/ |
D | namespaces_arm64.const | 3 CLONE_FS = 512
|
D | namespaces_386.const | 3 CLONE_FS = 512
|
D | namespaces_amd64.const | 3 CLONE_FS = 512
|
D | namespaces_ppc64le.const | 3 CLONE_FS = 512
|
D | namespaces_arm.const | 3 CLONE_FS = 512
|
D | namespaces.txt | 15 unshare_flags = CLONE_FILES, CLONE_FS, CLONE_NEWCGROUP, CLONE_NEWIPC, CLONE_NEWNET, CLONE_NEWNS, CL…
|
D | sys_386.const | 31 CLONE_FS = 512
|
D | sys_amd64.const | 31 CLONE_FS = 512
|
D | sys_arm.const | 31 CLONE_FS = 512
|
/external/kernel-headers/original/uapi/linux/ |
D | sched.h | 10 #define CLONE_FS 0x00000200 /* set if fs info shared between processes */ macro
|
/external/ltp/testcases/kernel/syscalls/kcmp/ |
D | kcmp03.c | 50 {CLONE_FS, KCMP_FS},
|
/external/ltp/testcases/kernel/syscalls/unshare/ |
D | unshare01.c | 211 switch (unshare(CLONE_FS)) { in main()
|
/external/ltp/testcases/kernel/syscalls/pivot_root/ |
D | pivot_root01.c | 101 TEST(unshare(CLONE_NEWNS | CLONE_FS)); in run()
|
/external/python/cpython2/Lib/plat-linux2/ |
D | TYPES.py | 89 CLONE_FS = 0x00000200 variable
|
D | IN.py | 187 CLONE_FS = 0x00000200 variable
|
/external/compiler-rt/lib/esan/ |
D | esan_sideline_linux.cpp | 120 CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_UNTRACED, in launchThread()
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 71 #ifdef CLONE_FS 72 { "CLONE_FS", (unsigned long) CLONE_FS },
|
/external/ltp/testcases/kernel/syscalls/clone/ |
D | clone02.c | 68 #define FLAG_ALL (CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|SIGCHLD)
|
/external/linux-kselftest/tools/testing/selftests/memfd/ |
D | fuse_test.c | 212 SIGCHLD | CLONE_FILES | CLONE_FS | CLONE_VM, in spawn_sealing_thread()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_stoptheworld_linux_libcdep.cc | 410 CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_UNTRACED, in StopTheWorld()
|
12