Home
last modified time | relevance | path

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

/linux-6.15/fs/hostfs/
H A Dhostfs_user_exp.c7 EXPORT_SYMBOL_GPL(open_dir);
H A Dhostfs.h75 extern void *open_dir(char *path, int *err_out);
H A Dhostfs_user.c101 void *open_dir(char *path, int *err_out) in open_dir() function
H A Dhostfs_kern.c281 dir = open_dir(name, &error); in hostfs_readdir()
/linux-6.15/tools/perf/util/
H A Ddata.c326 static int open_dir(struct perf_data *data) in open_dir() function
368 open_dir(data) : open_file_dup(data); in perf_data__open()