Home
last modified time | relevance | path

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

/Linux-v5.10/fs/
Dinternal.h110 extern struct file *alloc_empty_file_noaccount(int, const struct cred *);
Dfile_table.c171 struct file *alloc_empty_file_noaccount(int flags, const struct cred *cred) in alloc_empty_file_noaccount() function
Dopen.c960 struct file *f = alloc_empty_file_noaccount(flags, cred); in open_with_fake_path()