Home
last modified time | relevance | path

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

/Linux-v5.15/fs/
Dinternal.h112 extern struct file *alloc_empty_file_noaccount(int, const struct cred *);
Dfile_table.c170 struct file *alloc_empty_file_noaccount(int flags, const struct cred *cred) in alloc_empty_file_noaccount() function
Dopen.c974 struct file *f = alloc_empty_file_noaccount(flags, cred); in open_with_fake_path()