Home
last modified time | relevance | path

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

/linux-6.1.9/fs/
Dinternal.h103 extern struct file *alloc_empty_file_noaccount(int, const struct cred *);
Dfile_table.c207 struct file *alloc_empty_file_noaccount(int flags, const struct cred *cred) in alloc_empty_file_noaccount() function
Dopen.c1084 struct file *f = alloc_empty_file_noaccount(flags, cred); in open_with_fake_path()
Dnamei.c3645 file = alloc_empty_file_noaccount(open_flag, cred); in vfs_tmpfile_open()