Home
last modified time | relevance | path

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

/linux/fs/
H A Dfile_table.c191 struct file *alloc_empty_file(int flags, const struct cred *cred) in alloc_empty_file() function
326 file = alloc_empty_file(flags, current_cred()); in alloc_file()
H A Dinternal.h100 struct file *alloc_empty_file(int flags, const struct cred *cred);
H A Dnamei.c3919 file = alloc_empty_file(op->open_flag, current_cred()); in path_openat()