Home
last modified time | relevance | path

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

/linux-5.19.10/fs/
Dfile_table.c133 static struct file *__alloc_file(int flags, const struct cred *cred) in __alloc_file() function
187 f = __alloc_file(flags, cred); in alloc_empty_file()
209 struct file *f = __alloc_file(flags, cred); in alloc_empty_file_noaccount()