Searched refs:squashfs_readdir (Results 1 – 4 of 4) 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() function 234 .readdir = squashfs_readdir
|
/external/squashfs-tools/squashfs-tools/ |
D | read_fs.c | 624 unsigned char *squashfs_readdir(int fd, int root_entries, in squashfs_readdir() function 923 directory_table = squashfs_readdir(fd, !root_name, in read_filesystem()
|
D | unsquashfs.c | 1235 int squashfs_readdir(struct dir *dir, char **name, unsigned int *start_block, in squashfs_readdir() function 1494 while(squashfs_readdir(dir, &name, &start_block, &offset, &type)) { in pre_scan() 1585 while(squashfs_readdir(dir, &name, &start_block, &offset, &type)) { in dir_scan()
|
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
D | inode.c | 49 static int squashfs_readdir(struct file *, void *, filldir_t); 81 .readdir = squashfs_readdir 1733 static int squashfs_readdir(struct file *file, void *dirent, filldir_t filldir) in squashfs_readdir() function
|