Home
last modified time | relevance | path

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

/linux-2.4.37.9/kernel/
Dfork.c381 static inline struct fs_struct *__copy_fs_struct(struct fs_struct *old) in __copy_fs_struct() function
408 return __copy_fs_struct(old); in copy_fs_struct()
417 tsk->fs = __copy_fs_struct(current->fs); in copy_fs()