tag
line
file
source code
old_file
70
kernel/fork.c
static struct file * copy_fd(struct file * old_file)
old_file
76
kernel/fork.c
memcpy(new_file,old_file,sizeof(struct file));