Home
last modified time | relevance | path

Searched refs:alloc_empty_file (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/
H A Dfile_table.c188 struct file *alloc_empty_file(int flags, const struct cred *cred) in alloc_empty_file() function
293 file = alloc_empty_file(flags, current_cred()); in alloc_file()
H A Dinternal.h94 struct file *alloc_empty_file(int flags, const struct cred *cred);
H A Dopen.c1075 f = alloc_empty_file(flags, cred); in dentry_open()
1110 f = alloc_empty_file(flags, cred); in dentry_create()
H A Dnamei.c3777 file = alloc_empty_file(op->open_flag, current_cred()); in path_openat()