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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/squashfs/
H A Dunsquashfs.c77 struct dir *(*squashfs_opendir)(unsigned int block_start, unsigned int offset); member in struct:squashfs_operations
907 struct dir *squashfs_opendir(unsigned int block_start, unsigned int offset) function
920 TRACE("squashfs_opendir: inode start block %d, offset %d\n", block_start, offset);
923 ERROR("squashfs_opendir: inode block %d not found!\n", block_start);
953 ERROR("squashfs_opendir: inode not a directory\n");
961 ERROR("squashfs_opendir: directory block %d not found!\n", block_start);
968 ERROR("squashfs_opendir: malloc failed!\n");
989 TRACE("squashfs_opendir: Read directory header @ byte position %d, %d directory entries\n", bytes, dir_count);
1003 TRACE("squashfs_opendir: directory entry %s, inode %d:%d, type %d\n", dire->name, dirh.start_block, dire->offset, dire->type);
1006 ERROR("squashfs_opendir
[all...]

Completed in 37 milliseconds