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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/squashfs/
H A Dmksquashfs.c1470 void 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
1474 unsigned int *block_list = block_listp;
1886 unsigned int *block_listp = NULL; local
1889 dupl_ptr = duplicate(size, 0, &block_listp, &start, &fragment, file_buffer, NULL, 0, 0, checksum, TRUE);
2031 unsigned int *block_list, *block_listp; local
2044 block_listp = block_list;
2085 dupl_ptr = duplicate(read_size, file_bytes, &block_listp, &start, &fragment, read_buffer, buffer_list, blocks, 0, 0, FALSE);
2108 status = create_inode(inode, dir_ent, SQUASHFS_FILE_TYPE, read_size, start, blocks, block_listp, fragment, NULL);
2110 status = create_inode(inode, dir_ent, SQUASHFS_LREG_TYPE, read_size, start, blocks, block_listp, fragment, NULL);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/squashfs/
H A Dinode.c1486 unsigned int *block_listp; local
1508 for (block_listp = (unsigned int *) block_list; blocks;
1509 block_listp++, blocks --)
1510 block += SQUASHFS_COMPRESSED_SIZE_BLOCK(*block_listp);

Completed in 103 milliseconds