Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dinternal.h95 struct file *alloc_empty_file_noaccount(int flags, const struct cred *cred);
H A Dfile_table.c235 struct file *alloc_empty_file_noaccount(int flags, const struct cred *cred) in alloc_empty_file_noaccount() function
H A Dopen.c1147 f = alloc_empty_file_noaccount(flags, cred); in kernel_file_open()
H A Dnamei.c3721 file = alloc_empty_file_noaccount(open_flag, cred); in kernel_tmpfile_open()