Home
last modified time | relevance | path

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

/Linux-v6.6/fs/
Dinternal.h95 struct file *alloc_empty_file_noaccount(int flags, const struct cred *cred);
Dfile_table.c235 struct file *alloc_empty_file_noaccount(int flags, const struct cred *cred) in alloc_empty_file_noaccount() function
Dopen.c1150 f = alloc_empty_file_noaccount(flags, cred); in kernel_file_open()
Dnamei.c3729 file = alloc_empty_file_noaccount(open_flag, cred); in kernel_tmpfile_open()