| tag | line | file | source code |
| filldir_t | 28 | fs/ext/dir.c | static int ext_readdir(struct inode *, struct file *, void *, filldir_t); |
| filldir_t | 65 | fs/ext/dir.c | void * dirent, filldir_t filldir) |
| filldir_t | 32 | fs/ext2/dir.c | static int ext2_readdir (struct inode *, struct file *, void *, filldir_t); |
| filldir_t | 99 | fs/ext2/dir.c | void * dirent, filldir_t filldir) |
| filldir_t | 187 | fs/hpfs/hpfs_fs.c | void *dirent, filldir_t filldir); |
| filldir_t | 1350 | fs/hpfs/hpfs_fs.c | filldir_t filldir) |
| filldir_t | 29 | fs/isofs/dir.c | static int isofs_readdir(struct inode *, struct file *, void *, filldir_t); |
| filldir_t | 112 | fs/isofs/dir.c | void *dirent, filldir_t filldir, |
| filldir_t | 253 | fs/isofs/dir.c | void *dirent, filldir_t filldir) |
| filldir_t | 26 | fs/minix/dir.c | static int minix_readdir(struct inode *, struct file *, void *, filldir_t); |
| filldir_t | 63 | fs/minix/dir.c | void * dirent, filldir_t filldir) |
| filldir_t | 66 | fs/msdos/dir.c | filldir_t filldir) |
| filldir_t | 27 | fs/nfs/dir.c | static int nfs_readdir(struct inode *, struct file *, void *, filldir_t); |
| filldir_t | 91 | fs/nfs/dir.c | void *dirent, filldir_t filldir) |
| filldir_t | 16 | fs/proc/base.c | static int proc_readbase(struct inode *, struct file *, void *, filldir_t); |
| filldir_t | 124 | fs/proc/base.c | void * dirent, filldir_t filldir) |
| filldir_t | 16 | fs/proc/fd.c | static int proc_readfd(struct inode *, struct file *, void *, filldir_t); |
| filldir_t | 120 | fs/proc/fd.c | void * dirent, filldir_t filldir) |
| filldir_t | 43 | fs/proc/net.c | void *, filldir_t filldir); |
| filldir_t | 210 | fs/proc/net.c | void * dirent, filldir_t filldir) |
| filldir_t | 17 | fs/proc/root.c | static int proc_readroot(struct inode *, struct file *, void *, filldir_t); |
| filldir_t | 147 | fs/proc/root.c | void * dirent, filldir_t filldir) |
| filldir_t | 32 | fs/sysv/dir.c | static int sysv_readdir(struct inode *, struct file *, void *, filldir_t); |
| filldir_t | 69 | fs/sysv/dir.c | void * dirent, filldir_t filldir) |
| filldir_t | 27 | fs/xiafs/dir.c | static int xiafs_readdir(struct inode *, struct file *, void *, filldir_t); |
| filldir_t | 70 | fs/xiafs/dir.c | void * dirent, filldir_t filldir) |
| filldir_t | 334 | include/linux/fs.h | typedef int (*filldir_t)(void *, char *, int, off_t, ino_t); |
| filldir_t | 340 | include/linux/fs.h | int (*readdir) (struct inode *, struct file *, void *, filldir_t); |
| filldir_t | 172 | include/linux/msdos_fs.h | void *dirent, filldir_t); |