Searched refs:fssh_DIR (Results 1 - 5 of 5) sorted by relevance

/haiku/headers/private/fs_shell/
H A Dfssh_dirent.h27 } fssh_DIR; typedef in typeref:struct:__anon1
33 fssh_DIR *fssh_opendir(const char *dirname);
34 struct fssh_dirent *fssh_readdir(fssh_DIR *dir);
35 int fssh_readdir_r(fssh_DIR *dir, struct fssh_dirent *entry,
37 int fssh_closedir(fssh_DIR *dir);
38 void fssh_rewinddir(fssh_DIR *dir);
39 void fssh_seekdir(fssh_DIR *dir, long int loc);
40 long int fssh_telldir(fssh_DIR *);
H A Dfssh_fs_query.h28 extern fssh_DIR* fssh_fs_open_query(fssh_dev_t device,
30 extern fssh_DIR* fssh_fs_open_live_query(fssh_dev_t device,
33 extern int fssh_fs_close_query(fssh_DIR *d);
34 extern struct fssh_dirent* fssh_fs_read_query(fssh_DIR *d);
H A Dfssh_fs_index.h33 extern fssh_DIR *fssh_fs_open_index_dir(fssh_dev_t device);
34 extern int fssh_fs_close_index_dir(fssh_DIR *indexDirectory);
35 extern struct fssh_dirent *fssh_fs_read_index_dir(fssh_DIR *indexDirectory);
36 extern void fssh_fs_rewind_index_dir(fssh_DIR *indexDirectory);
H A Dfssh_fs_attr.h40 extern fssh_DIR *fssh_fs_open_attr_dir(const char *path);
41 extern fssh_DIR *fssh_fs_fopen_attr_dir(int fd);
42 extern int fssh_fs_close_attr_dir(fssh_DIR *dir);
43 extern struct fssh_dirent *fssh_fs_read_attr_dir(fssh_DIR *dir);
44 extern void fssh_fs_rewind_attr_dir(fssh_DIR *dir);
H A Dfssh_api_wrapper.h192 #define DIR fssh_DIR

Completed in 59 milliseconds