/external/squashfs-tools/kernel/fs/squashfs/ |
H A D | fragment.c | 56 u64 start_block = le64_to_cpu(msblk->fragment_index[block]); local 60 size = squashfs_read_metadata(sb, &fragment_entry, &start_block, 65 *fragment_block = le64_to_cpu(fragment_entry.start_block);
|
H A D | id.c | 53 u64 start_block = le64_to_cpu(msblk->id_table[block]); local 57 err = squashfs_read_metadata(sb, &disk_id, &start_block, &offset,
|
H A D | cache.c | 367 * Look-up in the fragmment cache the fragment located at <start_block> in the 371 u64 start_block, int length) 375 return squashfs_cache_get(sb, msblk->fragment_cache, start_block, 381 * Read and decompress the datablock located at <start_block> in the 386 u64 start_block, int length) 390 return squashfs_cache_get(sb, msblk->read_page, start_block, length); 370 squashfs_get_fragment(struct super_block *sb, u64 start_block, int length) argument 385 squashfs_get_datablock(struct super_block *sb, u64 start_block, int length) argument
|
H A D | file.c | 172 * metadata block <start_block, offset>. 175 u64 *start_block, int *offset) 189 err = squashfs_read_metadata(sb, blist, start_block, 193 *start_block, *offset); 174 read_indexes(struct super_block *sb, int n, u64 *start_block, int *offset) argument
|
H A D | squashfs_fs.h | 241 __le32 start_block; member in struct:squashfs_dir_index 295 __le32 start_block; member in struct:squashfs_reg_inode 309 __le64 start_block; member in struct:squashfs_lreg_inode 326 __le32 start_block; member in struct:squashfs_dir_inode 342 __le32 start_block; member in struct:squashfs_ldir_inode 371 __le32 start_block; member in struct:squashfs_dir_header 376 __le64 start_block; member in struct:squashfs_fragment_entry
|
/external/squashfs-tools/kernel-2.4/include/linux/ |
H A D | squashfs_fs_i.h | 27 long long start_block; member in struct:squashfs_inode_info
|
H A D | squashfs_fs.h | 247 unsigned int start_block; member in struct:squashfs_dir_index 284 squashfs_block_t start_block; member in struct:squashfs_reg_inode_header 294 squashfs_block_t start_block; member in struct:squashfs_lreg_inode_header 306 unsigned int start_block; member in struct:squashfs_dir_inode_header 315 unsigned int start_block; member in struct:squashfs_ldir_inode_header 342 unsigned int start_block; member in struct:squashfs_dir_header 347 long long start_block; member in struct:squashfs_fragment_entry 442 SQUASHFS_SWAP((s)->start_block, d, 96, 64);\ 453 SQUASHFS_SWAP((s)->start_block, d, 128, 64);\ 466 SQUASHFS_SWAP((s)->start_block, 597 unsigned int start_block; member in struct:squashfs_reg_inode_header_1 610 unsigned int start_block:24; member in struct:squashfs_dir_inode_header_1 672 unsigned int start_block:29; member in struct:squashfs_dir_index_2 714 unsigned int start_block; member in struct:squashfs_reg_inode_header_2 729 unsigned int start_block:24; member in struct:squashfs_dir_inode_header_2 740 unsigned int start_block:24; member in struct:squashfs_ldir_inode_header_2 757 unsigned int start_block:24; member in struct:squashfs_dir_header_2 768 unsigned int start_block; member in struct:squashfs_fragment_entry_2 [all...] |
/external/kernel-headers/original/uapi/linux/ |
H A D | v4l2-common.h | 77 __u32 start_block; member in struct:v4l2_edid
|
/external/squashfs-tools/squashfs-tools/ |
H A D | unsquash-1.c | 57 struct inode *read_inode_1(unsigned int start_block, unsigned int offset) argument 60 long long start = sBlk.s.inode_table_start + start_block; 65 TRACE("read_inode: reading inode [%d:%d]\n", start_block, offset); 125 i.start = inode->start_block; 144 i.start = inode->start_block; 290 dirh.start_block, dire->offset, dire->type); 300 dir->dirs[dir->dir_count].start_block = 301 dirh.start_block;
|
H A D | unsquash-2.c | 118 void read_fragment_2(unsigned int fragment, long long *start_block, int *size) argument 123 *start_block = fragment_entry->start_block; 128 struct inode *read_inode_2(unsigned int start_block, unsigned int offset) argument 131 long long start = sBlk.s.inode_table_start + start_block; 136 TRACE("read_inode: reading inode [%d:%d]\n", start_block, offset); 174 i.start = inode->start_block; 192 i.start = inode->start_block; 217 i.start = inode->start_block;
|
H A D | unsquash-3.c | 105 void read_fragment_3(unsigned int fragment, long long *start_block, int *size) argument 110 *start_block = fragment_entry->start_block; 115 struct inode *read_inode_3(unsigned int start_block, unsigned int offset) argument 118 long long start = sBlk.s.inode_table_start + start_block; 123 TRACE("read_inode: reading inode [%d:%d]\n", start_block, offset); 161 i.start = inode->start_block; 178 i.start = inode->start_block; 201 i.start = inode->start_block; 226 i.start = inode->start_block; [all...] |
H A D | unsquash-4.c | 85 void read_fragment_4(unsigned int fragment, long long *start_block, int *size) argument 92 *start_block = fragment_entry->start_block; 97 struct inode *read_inode_4(unsigned int start_block, unsigned int offset) argument 100 long long start = sBlk.s.inode_table_start + start_block; 105 TRACE("read_inode: reading inode [%d:%d]\n", start_block, offset); 128 i.start = inode->start_block; 139 i.start = inode->start_block; 157 i.start = inode->start_block; 177 i.start = inode->start_block; [all...] |
H A D | process_fragments.c | 105 long long start_block; local 174 start_block = disk_fragment->start_block; 184 res = read_filesystem(fd, start_block, size, data_buffer); 201 res = read_filesystem(fd, start_block, size, buffer->data);
|
H A D | unsquashfs.h | 107 void (*read_fragment)(unsigned int fragment, long long *start_block, 112 struct inode *(*read_inode)(unsigned int start_block, 176 unsigned int start_block; member in struct:dir_ent
|
H A D | squashfs_compat.h | 69 unsigned int start_block; member in struct:squashfs_dir_index_3 123 squashfs_block start_block; member in struct:squashfs_reg_inode_header_3 138 squashfs_block start_block; member in struct:squashfs_lreg_inode_header_3 155 unsigned int start_block; member in struct:squashfs_dir_inode_header_3 169 unsigned int start_block; member in struct:squashfs_ldir_inode_header_3 196 unsigned int start_block; member in struct:squashfs_dir_header_3 201 long long start_block; member in struct:squashfs_fragment_entry_3 307 SQUASHFS_SWAP((s)->start_block, d, 96, 64);\ 318 SQUASHFS_SWAP((s)->start_block, d, 128, 64);\ 331 SQUASHFS_SWAP((s)->start_block, 485 unsigned int start_block; member in struct:squashfs_reg_inode_header_1 498 unsigned int start_block:24; member in struct:squashfs_dir_inode_header_1 576 unsigned int start_block:29; member in struct:squashfs_dir_index_2 618 unsigned int start_block; member in struct:squashfs_reg_inode_header_2 633 unsigned int start_block:24; member in struct:squashfs_dir_inode_header_2 644 unsigned int start_block:24; member in struct:squashfs_ldir_inode_header_2 661 unsigned int start_block:24; member in struct:squashfs_dir_header_2 672 unsigned int start_block; member in struct:squashfs_fragment_entry_2 [all...] |
H A D | squashfs_fs.h | 305 unsigned int start_block; member in struct:squashfs_dir_index 382 unsigned int start_block; member in struct:squashfs_reg_inode_header 396 squashfs_block start_block; member in struct:squashfs_lreg_inode_header 413 unsigned int start_block; member in struct:squashfs_dir_inode_header 429 unsigned int start_block; member in struct:squashfs_ldir_inode_header 460 unsigned int start_block; member in struct:squashfs_dir_header 465 long long start_block; member in struct:squashfs_fragment_entry
|
H A D | unsquashfs.c | 1235 int squashfs_readdir(struct dir *dir, char **name, unsigned int *start_block, argument 1242 *start_block = dir->dirs[dir->cur_entry].start_block; 1482 void pre_scan(char *parent_name, unsigned int start_block, unsigned int offset, argument 1489 struct dir *dir = s_ops.squashfs_opendir(start_block, offset, &i); 1494 while(squashfs_readdir(dir, &name, &start_block, &offset, &type)) { 1499 TRACE("pre_scan: name %s, start_block %d, offset %d, type %d\n", 1500 name, start_block, offset, type); 1510 pre_scan(parent_name, start_block, offset, new); 1514 i = s_ops.read_inode(start_block, offse 1534 dir_scan(char *parent_name, unsigned int start_block, unsigned int offset, struct pathnames *paths) argument [all...] |
/external/autotest/client/tests/disktest/src/ |
H A D | disktest.c | 34 unsigned int start_block = 0; variable 120 block, start_block, start_block+blocks, 126 block, start_block, start_block+blocks, 155 block = start_block + (unsigned int)(random() % blocks); 160 for (block = start_block; block < start_block + blocks; block++) 199 block = start_block + (unsigned int)(random() % blocks); 206 for (block = start_block; bloc [all...] |
/external/squashfs-tools/kernel-2.4/fs/squashfs/ |
H A D | squashfs2_0.c | 102 long long start_block = local 111 start_block, offset, 112 sizeof(sfragment_entry), &start_block, 118 start_block, offset, 119 sizeof(fragment_entry), &start_block, 123 *fragment_start_block = fragment_entry.start_block; 231 SQUASHFS_I(i)->start_block = inodep->start_block; 239 TRACE("File inode %x:%x, start_block %x, " 242 inodep->start_block, next_bloc [all...] |
H A D | inode.c | 379 long long start_block = local 388 start_block, offset, 389 sizeof(sfragment_entry), &start_block, 395 start_block, offset, 396 sizeof(fragment_entry), &start_block, 400 *fragment_start_block = fragment_entry.start_block; 421 *s, long long start_block, 431 msblk->fragment[i].block != start_block; i++); 471 start_block, length, NULL))) { 473 "[%llx]\n", start_block); 420 get_cached_fragment(struct super_block *s, long long start_block, int length) argument 1280 read_block_index(struct super_block *s, int blocks, char *block_list, long long *start_block, int *offset) argument [all...] |
/external/squashfs-tools/kernel/include/linux/ |
H A D | squashfs_fs.h | 240 __le32 start_block; member in struct:squashfs_dir_index 294 __le32 start_block; member in struct:squashfs_reg_inode 308 __le64 start_block; member in struct:squashfs_lreg_inode 325 __le32 start_block; member in struct:squashfs_dir_inode 341 __le32 start_block; member in struct:squashfs_ldir_inode 370 __le32 start_block; member in struct:squashfs_dir_header 375 __le64 start_block; member in struct:squashfs_fragment_entry
|
/external/webp/src/dsp/ |
H A D | enc.c | 60 int start_block, int end_block, 64 for (j = start_block; j < end_block; ++j) { 59 CollectHistogram(const uint8_t* ref, const uint8_t* pred, int start_block, int end_block, VP8Histogram* const histo) argument
|
H A D | enc_mips_dsp_r2.c | 1456 int start_block, int end_block, 1461 for (j = start_block; j < end_block; ++j) { 1455 CollectHistogram(const uint8_t* ref, const uint8_t* pred, int start_block, int end_block, VP8Histogram* const histo) argument
|
H A D | enc_sse41.c | 26 int start_block, int end_block, 31 for (j = start_block; j < end_block; ++j) { 25 CollectHistogram(const uint8_t* ref, const uint8_t* pred, int start_block, int end_block, VP8Histogram* const histo) argument
|
/external/e2fsprogs/e2fsck/ |
H A D | pass1.c | 1787 blk64_t start_block, blk64_t end_block, 1815 else if (extent.e_lblk < start_block) 1966 start_block = pb->last_block = last_lblk; 1785 scan_extent_node(e2fsck_t ctx, struct problem_context *pctx, struct process_block_struct *pb, blk64_t start_block, blk64_t end_block, blk64_t eof_block, ext2_extent_handle_t ehandle) argument
|