Home
last modified time | relevance | path

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

/openbmc/linux/fs/hostfs/
H A Dhostfs_user_exp.c17 EXPORT_SYMBOL_GPL(file_create);
H A Dhostfs.h88 extern int file_create(char *name, int mode);
H A Dhostfs_user.c186 int file_create(char *name, int mode) in file_create() function
H A Dhostfs_kern.c609 fd = file_create(name, mode & 0777); in hostfs_create()