Home
last modified time | relevance | path

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

/Linux-v6.6/fs/hostfs/
Dhostfs_user_exp.c7 EXPORT_SYMBOL_GPL(open_dir);
Dhostfs.h74 extern void *open_dir(char *path, int *err_out);
Dhostfs_user.c91 void *open_dir(char *path, int *err_out) in open_dir() function
Dhostfs_kern.c280 dir = open_dir(name, &error); in hostfs_readdir()
/Linux-v6.6/tools/perf/util/
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()