Searched refs:block_listp (Results 1 – 2 of 2) sorted by relevance
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
D | inode.c | 1284 unsigned int *block_listp; in read_block_index() local 1306 for (block_listp = (unsigned int *) block_list; blocks; in read_block_index() 1307 block_listp++, blocks --) in read_block_index() 1308 block += SQUASHFS_COMPRESSED_SIZE_BLOCK(*block_listp); in read_block_index()
|
/external/squashfs-tools/squashfs-tools/ |
D | mksquashfs.c | 1883 unsigned int *block_listp, int blocks, unsigned int fragment, in add_file() argument 1887 unsigned int *block_list = block_listp; in add_file() 2707 unsigned int *block_list, *block_listp; in write_file_blocks_dup() local 2716 block_listp = block_list; in write_file_blocks_dup() 2762 dupl_ptr = duplicate(read_size, file_bytes, &block_listp, &dup_start, in write_file_blocks_dup() 2808 dup_start, blocks, block_listp, fragment, NULL, sparse); in write_file_blocks_dup()
|