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

Lines Matching refs:next_offset

153 	unsigned int next_offset;
163 &next_offset))
170 &next_offset))
186 &next_offset))
193 &next_offset))
214 SQUASHFS_I(i)->offset = next_offset;
224 next_offset);
235 &next_offset))
242 &next_offset))
271 &next_offset))
279 &next_offset))
293 next_offset;
314 &next_offset))
322 &next_offset))
330 SQUASHFS_I(i)->offset = next_offset;
335 next_block, next_offset);
347 &next_offset))
354 &next_offset))
393 *next_block, unsigned int *next_offset,
434 *next_offset = (length + *next_offset) % SQUASHFS_METADATA_SIZE;
442 *next_block, unsigned int *next_offset,
492 *next_offset = (length + *next_offset) % SQUASHFS_METADATA_SIZE;
506 int next_offset = SQUASHFS_I(i)->offset, length = 0,
511 TRACE("Entered squashfs_readdir_2 [%llx:%x]\n", next_block, next_offset);
519 length = get_dir_index_using_offset(i->i_sb, &next_block, &next_offset,
531 next_block, next_offset, sizeof(sdirh),
532 &next_block, &next_offset))
539 next_block, next_offset, sizeof(dirh),
540 &next_block, &next_offset))
551 &sdire, next_block, next_offset,
553 &next_offset))
560 dire, next_block, next_offset,
562 &next_offset))
569 next_block, next_offset,
571 &next_offset))
605 next_offset);
621 int next_offset = SQUASHFS_I(i)->offset, length = 0,
627 TRACE("Entered squashfs_lookup_2 [%llx:%x]\n", next_block, next_offset);
638 length = get_dir_index_using_name(i->i_sb, &next_block, &next_offset,
649 next_block, next_offset, sizeof(sdirh),
650 &next_block, &next_offset))
657 next_block, next_offset, sizeof(dirh),
658 &next_block, &next_offset))
669 &sdire, next_block,next_offset,
671 &next_offset))
678 dire, next_block,next_offset,
680 &next_offset))
687 next_block, next_offset, dire->size + 1,
688 &next_block, &next_offset))
722 next_offset);