Home
last modified time | relevance | path

Searched refs:CLONE_NEWNS (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/kernel/
Dfork.c654 if ((clone_flags & (CLONE_NEWNS|CLONE_FS)) == (CLONE_NEWNS|CLONE_FS)) in do_fork()
/linux-2.4.37.9/include/linux/
Dsched.h45 #define CLONE_NEWNS 0x00020000 /* New namespace group? */ macro
/linux-2.4.37.9/fs/
Dnamespace.c761 if (! (flags & CLONE_NEWNS)) in copy_namespace()