Home
last modified time | relevance | path

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

/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dinode.c1284 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/
Dmksquashfs.c1923 unsigned int *block_listp, int blocks, unsigned int fragment, in add_file() argument
1927 unsigned int *block_list = block_listp; in add_file()
2747 unsigned int *block_list, *block_listp; in write_file_blocks_dup() local
2756 block_listp = block_list; in write_file_blocks_dup()
2802 dupl_ptr = duplicate(read_size, file_bytes, &block_listp, &dup_start, in write_file_blocks_dup()
2848 dup_start, blocks, block_listp, fragment, NULL, sparse); in write_file_blocks_dup()