Home
last modified time | relevance | path

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

/external/kernel-headers/original/linux/
Dproc_fs.h104 int proc_pid_readdir(struct file * filp, void * dirent, filldir_t filldir);
126 extern int proc_readdir(struct file *, void *, filldir_t);
Dfs.h1007 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/
Dyaffs_fs.c115 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()