Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Dnamespace.h36 extern int copy_namespace(int, struct task_struct *);
/linux-2.4.37.9/kernel/
Dfork.c762 retval = copy_namespace(clone_flags, p); in do_fork()
/linux-2.4.37.9/fs/
Dnamespace.c749 int copy_namespace(int flags, struct task_struct *tsk) in copy_namespace() function