Searched refs:block_listp (Results 1 - 2 of 2) sorted by relevance
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
H A D | inode.c | 1284 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 D | mksquashfs.c | 1841 unsigned int *block_listp, int blocks, unsigned int fragment, 1845 unsigned int *block_list = block_listp; 2665 unsigned int *block_list, *block_listp; local 2674 block_listp = block_list; 2720 dupl_ptr = duplicate(read_size, file_bytes, &block_listp, &dup_start, 2766 dup_start, blocks, block_listp, fragment, NULL, sparse); 1840 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 39 milliseconds