tag
line
file
source code
get_empty_filp
309
fs/open.c
f = get_empty_filp();
get_empty_filp
211
fs/pipe.c
if (!(f[j] = get_empty_filp()))
get_empty_filp
254
include/linux/fs.h
extern struct file * get_empty_filp(void);