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

/external/squashfs-tools/kernel-2.4/fs/squashfs/
H A Dinode.c1284 unsigned int *block_listp; local
1306 for (block_listp = (unsigned int *) block_list; blocks;
1307 block_listp++, blocks --)
1308 block += SQUASHFS_COMPRESSED_SIZE_BLOCK(*block_listp);
/external/squashfs-tools/squashfs-tools/
H A Dmksquashfs.c1883 unsigned int *block_listp, int blocks, unsigned int fragment,
1887 unsigned int *block_list = block_listp;
2707 unsigned int *block_list, *block_listp; local
2716 block_listp = block_list;
2762 dupl_ptr = duplicate(read_size, file_bytes, &block_listp, &dup_start,
2808 dup_start, blocks, block_listp, fragment, NULL, sparse);
1882 add_file(long long start, long long file_size, long long file_bytes, unsigned int *block_listp, int blocks, unsigned int fragment, int offset, int bytes) argument

Completed in 96 milliseconds