alloc_empty_file  193 fs/file_table.c 	file = alloc_empty_file(flags, current_cred());
alloc_empty_file  102 fs/internal.h  extern struct file *alloc_empty_file(int, const struct cred *);
alloc_empty_file 3517 fs/namei.c     	file = alloc_empty_file(op->open_flag, current_cred());
alloc_empty_file  925 fs/open.c      	f = alloc_empty_file(flags, cred);