Home
last modified time | relevance | path

Searched refs:get_empty_filp (Results 1 – 5 of 5) sorted by relevance

/fs/
Dfile_table.c100 struct file *get_empty_filp(void) in get_empty_filp() function
149 EXPORT_SYMBOL(get_empty_filp);
172 file = get_empty_filp(); in alloc_file()
Dpipe.c974 struct file *f = get_empty_filp(); in create_read_pipe()
Dopen.c972 f = get_empty_filp(); in dentry_open()
Dnamei.c1132 struct file *filp = get_empty_filp(); in path_lookup_open()
1681 filp = get_empty_filp(); in do_filp_open()
/fs/notify/inotify/
Dinotify_user.c611 filp = get_empty_filp(); in SYSCALL_DEFINE1()