tag | line | file | source code |
---|---|---|---|
get_empty_filp | 112 | fs/exec.c | f = get_empty_filp(); |
get_empty_filp | 420 | fs/open.c | f = get_empty_filp(); |
get_empty_filp | 390 | fs/pipe.c | if (!(f[j] = get_empty_filp())) |
get_empty_filp | 483 | include/linux/fs.h | extern struct file * get_empty_filp(void); |
get_empty_filp | 65 | kernel/fork.c | struct file * new_file = get_empty_filp(); |
get_empty_filp | 168 | net/socket.c | file = get_empty_filp(); |