Home
last modified time | relevance | path

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

/openbmc/linux/fs/hostfs/
H A Dhostfs_user_exp.c7 EXPORT_SYMBOL_GPL(open_dir);
H A Dhostfs.h74 extern void *open_dir(char *path, int *err_out);
H A Dhostfs_user.c91 void *open_dir(char *path, int *err_out) in open_dir() function
H A Dhostfs_kern.c280 dir = open_dir(name, &error); in hostfs_readdir()
/openbmc/linux/tools/perf/util/
H A Ddata.c329 static int open_dir(struct perf_data *data) in open_dir() function
371 open_dir(data) : open_file_dup(data); in perf_data__open()