• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/squashfs/

Lines Matching refs:next_offset

331 				unsigned int *next_offset)
420 *next_offset = 0;
423 *next_offset = offset + length;
682 unsigned int next_offset;
692 &next_offset))
699 &next_offset))
715 &next_offset))
722 &next_offset))
741 SQUASHFS_I(i)->offset = next_offset;
751 next_offset);
764 &next_offset))
771 &next_offset))
790 SQUASHFS_I(i)->offset = next_offset;
800 next_offset);
811 &next_offset))
818 &next_offset))
845 &next_offset))
853 &next_offset))
865 next_offset;
886 &next_offset))
894 &next_offset))
903 SQUASHFS_I(i)->offset = next_offset;
908 next_block, next_offset);
920 &next_offset))
927 &next_offset))
951 &next_offset))
958 &next_offset))
1851 *next_block, unsigned int *next_offset,
1893 *next_offset = (length + *next_offset) % SQUASHFS_METADATA_SIZE;
1901 *next_block, unsigned int *next_offset,
1951 *next_offset = (length + *next_offset) % SQUASHFS_METADATA_SIZE;
1965 int next_offset = SQUASHFS_I(i)->offset, length = 0,
1970 TRACE("Entered squashfs_readdir [%llx:%x]\n", next_block, next_offset);
2005 length = get_dir_index_using_offset(i->i_sb, &next_block, &next_offset,
2017 next_block, next_offset, sizeof(sdirh),
2018 &next_block, &next_offset))
2025 next_block, next_offset, sizeof(dirh),
2026 &next_block, &next_offset))
2037 &sdire, next_block, next_offset,
2039 &next_offset))
2046 dire, next_block, next_offset,
2048 &next_offset))
2055 next_block, next_offset,
2057 &next_offset))
2092 next_offset);
2108 int next_offset = SQUASHFS_I(i)->offset, length = 0,
2113 TRACE("Entered squashfs_lookup [%llx:%x]\n", next_block, next_offset);
2124 length = get_dir_index_using_name(i->i_sb, &next_block, &next_offset,
2135 next_block, next_offset, sizeof(sdirh),
2136 &next_block, &next_offset))
2143 next_block, next_offset, sizeof(dirh),
2144 &next_block, &next_offset))
2155 &sdire, next_block,next_offset,
2157 &next_offset))
2164 dire, next_block,next_offset,
2166 &next_offset))
2173 next_block, next_offset, dire->size + 1,
2174 &next_block, &next_offset))
2207 next_offset);