Home
last modified time | relevance | path

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

/include/linux/
Dfs.h1774 struct dir_context;
1775 typedef int (*filldir_t)(struct dir_context *, const char *, int, loff_t, u64,
1778 struct dir_context { struct
1840 int (*iterate) (struct file *, struct dir_context *);
1841 int (*iterate_shared) (struct file *, struct dir_context *);
3264 extern int iterate_dir(struct file *, struct dir_context *);
3318 extern int dcache_readdir(struct file *, struct dir_context *);
3567 static inline bool dir_emit(struct dir_context *ctx, in dir_emit()
3573 static inline bool dir_emit_dot(struct file *file, struct dir_context *ctx) in dir_emit_dot()
3578 static inline bool dir_emit_dotdot(struct file *file, struct dir_context *ctx) in dir_emit_dotdot()
[all …]