Searched refs:filldir (Results 1 – 3 of 3) sorted by relevance
/external/squashfs-tools/kernel/fs/squashfs/ |
D | dir.c | 104 static int squashfs_readdir(struct file *file, void *dirent, filldir_t filldir) in squashfs_readdir() argument 149 if (filldir(dirent, name, size, file->f_pos, i_ino, in squashfs_readdir() 210 if (filldir(dirent, dire->name, size, file->f_pos, in squashfs_readdir()
|
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
D | squashfs2_0.c | 43 static int squashfs_readdir_2(struct file *file, void *dirent, filldir_t filldir); 524 static int squashfs_readdir_2(struct file *file, void *dirent, filldir_t filldir) in squashfs_readdir_2() argument 607 if (filldir(dirent, dire->name, dire->size + 1, in squashfs_readdir_2()
|
D | inode.c | 1733 static int squashfs_readdir(struct file *file, void *dirent, filldir_t filldir) in squashfs_readdir() argument 1766 if (filldir(dirent, name, size, in squashfs_readdir() 1844 if (filldir(dirent, dire->name, dire->size + 1, in squashfs_readdir()
|