Searched refs:alloc_empty_file (Results 1 – 4 of 4) sorted by relevance
215 struct file *alloc_empty_file(int flags, const struct cred *cred) in alloc_empty_file() function351 file = alloc_empty_file(flags, current_cred()); in alloc_file()
100 struct file *alloc_empty_file(int flags, const struct cred *cred);
1107 f = alloc_empty_file(flags, cred); in dentry_open()1122 struct file *f = alloc_empty_file(flags, cred); in dentry_open_nonotify()1159 f = alloc_empty_file(flags, cred); in dentry_create()
4025 file = alloc_empty_file(op->open_flag, current_cred()); in path_openat()