Home
last modified time | relevance | path

Searched refs:CLONE_FS (Results 1 – 25 of 44) sorted by relevance

12

/external/strace/xlat/
Dclone_flags.h13 #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),
Dunshare_flags.h20 #if defined(CLONE_FS) || (defined(HAVE_DECL_CLONE_FS) && HAVE_DECL_CLONE_FS)
21 XLAT(CLONE_FS),
Dunshare_flags.in2 CLONE_FS
Dclone_flags.in2 CLONE_FS 0x00000200
/external/ltp/include/lapi/
Dsched.h63 #ifndef CLONE_FS
64 #define CLONE_FS 0x00000200 macro
/external/syzkaller/sys/linux/
Dnamespaces_arm64.const3 CLONE_FS = 512
Dnamespaces_386.const3 CLONE_FS = 512
Dnamespaces_amd64.const3 CLONE_FS = 512
Dnamespaces_ppc64le.const3 CLONE_FS = 512
Dnamespaces_arm.const3 CLONE_FS = 512
Dnamespaces.txt15 unshare_flags = CLONE_FILES, CLONE_FS, CLONE_NEWCGROUP, CLONE_NEWIPC, CLONE_NEWNET, CLONE_NEWNS, CL…
Dsys_386.const31 CLONE_FS = 512
Dsys_amd64.const31 CLONE_FS = 512
Dsys_arm.const31 CLONE_FS = 512
/external/kernel-headers/original/uapi/linux/
Dsched.h10 #define CLONE_FS 0x00000200 /* set if fs info shared between processes */ macro
/external/ltp/testcases/kernel/syscalls/kcmp/
Dkcmp03.c50 {CLONE_FS, KCMP_FS},
/external/ltp/testcases/kernel/syscalls/unshare/
Dunshare01.c211 switch (unshare(CLONE_FS)) { in main()
/external/ltp/testcases/kernel/syscalls/pivot_root/
Dpivot_root01.c101 TEST(unshare(CLONE_NEWNS | CLONE_FS)); in run()
/external/python/cpython2/Lib/plat-linux2/
DTYPES.py89 CLONE_FS = 0x00000200 variable
DIN.py187 CLONE_FS = 0x00000200 variable
/external/compiler-rt/lib/esan/
Desan_sideline_linux.cpp120 CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_UNTRACED, in launchThread()
/external/minijail/linux-x86/
Dlibconstants.gen.c71 #ifdef CLONE_FS
72 { "CLONE_FS", (unsigned long) CLONE_FS },
/external/ltp/testcases/kernel/syscalls/clone/
Dclone02.c68 #define FLAG_ALL (CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|SIGCHLD)
/external/linux-kselftest/tools/testing/selftests/memfd/
Dfuse_test.c212 SIGCHLD | CLONE_FILES | CLONE_FS | CLONE_VM, in spawn_sealing_thread()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld_linux_libcdep.cc410 CLONE_VM | CLONE_FS | CLONE_FILES | CLONE_UNTRACED, in StopTheWorld()

12