Searched refs:filldir_t (Results 1 – 3 of 3) sorted by relevance
/external/kernel-headers/original/linux/ |
D | proc_fs.h | 104 int proc_pid_readdir(struct file * filp, void * dirent, filldir_t filldir); 126 extern int proc_readdir(struct file *, void *, filldir_t);
|
D | fs.h | 1007 typedef int (*filldir_t)(void *, const char *, int, loff_t, ino_t, unsigned); typedef 1061 int (*readdir) (struct file *, void *, filldir_t); 1774 extern int vfs_readdir(struct file *, filldir_t, void *); 1792 extern int dcache_readdir(struct file *, void *, filldir_t);
|
/external/yaffs2/yaffs2/ |
D | yaffs_fs.c | 115 static int yaffs_readdir(struct file *f, void *dirent, filldir_t filldir); 857 static int yaffs_readdir(struct file *f, void *dirent, filldir_t filldir) in yaffs_readdir()
|