• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/squashfs/

Lines Matching refs:squashfs_opendir

77 	struct dir	*(*squashfs_opendir)(unsigned int block_start, unsigned int offset);
907 struct dir *squashfs_opendir(unsigned int block_start, unsigned int offset)
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: realloc failed!\n");
1039 TRACE("squashfs_opendir: inode start block %d, offset %d\n", block_start, offset);
1042 ERROR("squashfs_opendir: inode block %d not found!\n", block_start);
1072 ERROR("squashfs_opendir: inode not a directory\n");
1080 ERROR("squashfs_opendir: directory block %d not found!\n", block_start);
1087 ERROR("squashfs_opendir: malloc failed!\n");
1108 TRACE("squashfs_opendir: Read directory header @ byte position %d, %d directory entries\n", bytes, dir_count);
1122 TRACE("squashfs_opendir: directory entry %s, inode %d:%d, type %d\n", dire->name, dirh.start_block, dire->offset, dire->type);
1125 ERROR("squashfs_opendir: realloc failed!\n");
1193 struct dir *dir = s_ops.squashfs_opendir(start_block, offset);
1270 s_ops.squashfs_opendir = squashfs_opendir_2;
1275 s_ops.squashfs_opendir = squashfs_opendir;