Searched refs:dir_context (Results 1 – 1 of 1) sorted by relevance
/include/linux/ |
D | fs.h | 2105 struct dir_context; 2106 typedef bool (*filldir_t)(struct dir_context *, const char *, int, loff_t, u64, 2109 struct dir_context { struct 2173 int (*iterate) (struct file *, struct dir_context *); 2174 int (*iterate_shared) (struct file *, struct dir_context *); 3356 extern int iterate_dir(struct file *, struct dir_context *); 3388 extern int dcache_readdir(struct file *, struct dir_context *); 3638 static inline bool dir_emit(struct dir_context *ctx, in dir_emit() 3644 static inline bool dir_emit_dot(struct file *file, struct dir_context *ctx) in dir_emit_dot() 3649 static inline bool dir_emit_dotdot(struct file *file, struct dir_context *ctx) in dir_emit_dotdot() [all …]
|