Lines Matching refs:dir_context
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()
3704 static inline bool dir_emit_dot(struct file *file, struct dir_context *ctx) in dir_emit_dot()
3709 static inline bool dir_emit_dotdot(struct file *file, struct dir_context *ctx) in dir_emit_dotdot()
3714 static inline bool dir_emit_dots(struct file *file, struct dir_context *ctx) in dir_emit_dots()