Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Dfile_table.c238 struct file *alloc_empty_file_noaccount(int flags, const struct cred *cred) in alloc_empty_file_noaccount() function
379 file = alloc_empty_file_noaccount(flags, current_cred()); in alloc_file_pseudo_noaccount()
Dinternal.h101 struct file *alloc_empty_file_noaccount(int flags, const struct cred *cred);
Dopen.c1180 f = alloc_empty_file_noaccount(flags, cred); in kernel_file_open()
Dnamei.c3865 file = alloc_empty_file_noaccount(open_flag, cred); in kernel_tmpfile_open()