Home
last modified time | relevance | path

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

/openbmc/linux/fs/
H A Dinternal.h96 struct file *alloc_empty_backing_file(int flags, const struct cred *cred);
H A Dfile_table.c262 struct file *alloc_empty_backing_file(int flags, const struct cred *cred) in alloc_empty_backing_file() function
H A Dopen.c1183 f = alloc_empty_backing_file(flags, cred); in backing_file_open()