Searched refs:squashfs_readdir (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/squashfs/
H A Ddir.c103 static int squashfs_readdir(struct file *file, void *dirent, filldir_t filldir) function
114 TRACE("Entered squashfs_readdir [%llx:%x]\n", block, offset);
242 .readdir = squashfs_readdir,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dread_fs.c489 unsigned char *squashfs_readdir(int fd, int root_entries, function
509 TRACE("squashfs_readdir: reading block 0x%llx, bytes read so "
528 TRACE("squashfs_readdir: Read directory header @ byte position "
539 TRACE("squashfs_readdir: pushing directory entry %s, "
772 directory_table = squashfs_readdir(fd, !root_name,
H A Dunsquashfs.c1014 int squashfs_readdir(struct dir *dir, char **name, unsigned int *start_block, function
1262 while(squashfs_readdir(dir, &name, &start_block, &offset, &type)) {
1317 while(squashfs_readdir(dir, &name, &start_block, &offset, &type)) {

Completed in 117 milliseconds