Searched refs:dir_context (Results 1 – 1 of 1) sorted by relevance
| /include/linux/ |
| D | fs.h | 2018 struct dir_context; 2019 typedef bool (*filldir_t)(struct dir_context *, const char *, int, loff_t, u64, 2022 struct dir_context { struct 2090 int (*iterate_shared) (struct file *, struct dir_context *); 2141 int wrap_directory_iterator(struct file *, struct dir_context *, 2142 int (*) (struct file *, struct dir_context *)); 2144 static int shared_##x(struct file *file , struct dir_context *ctx) \ 3380 extern int iterate_dir(struct file *, struct dir_context *); 3410 extern int dcache_readdir(struct file *, struct dir_context *); 3698 static inline bool dir_emit(struct dir_context *ctx, in dir_emit() [all …]
|