/external/squashfs-tools/squashfs-tools/ |
unsquash-1.c | 255 squashfs_dir_header_2 sdirh; local 256 memcpy(&sdirh, directory_table + bytes, sizeof(sdirh)); 257 SQUASHFS_SWAP_DIR_HEADER_2(&dirh, &sdirh);
|
unsquash-3.c | 333 squashfs_dir_header_3 sdirh; local 334 memcpy(&sdirh, directory_table + bytes, sizeof(sdirh)); 335 SQUASHFS_SWAP_DIR_HEADER_3(&dirh, &sdirh);
|
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
squashfs2_0.c | 548 struct squashfs_dir_header_2 sdirh; local 550 if (!squashfs_get_cached_block(i->i_sb, (char *) &sdirh, 551 next_block, next_offset, sizeof(sdirh), 555 length += sizeof(sdirh); 556 SQUASHFS_SWAP_DIR_HEADER_2(&dirh, &sdirh); 659 struct squashfs_dir_header_2 sdirh; local 660 if (!squashfs_get_cached_block(i->i_sb, (char *) &sdirh, 661 next_block, next_offset, sizeof(sdirh), 665 length += sizeof(sdirh); 666 SQUASHFS_SWAP_DIR_HEADER_2(&dirh, &sdirh); [all...] |
inode.c | 1784 struct squashfs_dir_header sdirh; local 1895 struct squashfs_dir_header sdirh; local [all...] |