Home
last modified time | relevance | path

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

/Linux-v6.6/fs/
Dinternal.h96 struct file *alloc_empty_backing_file(int flags, const struct cred *cred);
Dfile_table.c262 struct file *alloc_empty_backing_file(int flags, const struct cred *cred) in alloc_empty_backing_file() function
Dopen.c1186 f = alloc_empty_backing_file(flags, cred); in backing_file_open()