Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/
H A Dinternal.h111 extern struct file *alloc_empty_file_noaccount(int, const struct cred *);
H A Dfile_table.c171 struct file *alloc_empty_file_noaccount(int flags, const struct cred *cred) in alloc_empty_file_noaccount() function
H A Dopen.c971 struct file *f = alloc_empty_file_noaccount(flags, cred); in open_with_fake_path()