Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/hostfs/
Dhostfs.h73 extern void *open_dir(char *path, int *err_out);
Dhostfs_user.c90 void *open_dir(char *path, int *err_out) in open_dir() function
Dhostfs_kern.c281 dir = open_dir(name, &error); in hostfs_readdir()
/kernel/linux/linux-5.10/tools/perf/util/
Ddata.c310 static int open_dir(struct perf_data *data) in open_dir() function
349 open_dir(data) : open_file_dup(data); in perf_data__open()