tag | line | file | source code |
---|---|---|---|
get_empty_filp | 973 | fs/dquot.c | if ((filp = get_empty_filp()) != (struct file *)NULL) { |
get_empty_filp | 118 | fs/exec.c | f = get_empty_filp(); |
get_empty_filp | 502 | fs/open.c | f = get_empty_filp(); |
get_empty_filp | 422 | fs/pipe.c | if (!(f[j] = get_empty_filp())) |
get_empty_filp | 621 | include/linux/fs.h | extern struct file * get_empty_filp(void); |
get_empty_filp | 181 | net/socket.c | file = get_empty_filp(); |