Home
last modified time | relevance | path

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

/Linux-v4.19/fs/
Dinternal.h97 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.c909 struct file *f = alloc_empty_file_noaccount(flags, cred); in open_with_fake_path()