Searched defs:start_block (Results 1 - 25 of 39) sorted by relevance

12

/external/squashfs-tools/kernel/fs/squashfs/
H A Dfragment.c56 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 Did.c53 u64 start_block = le64_to_cpu(msblk->id_table[block]); local
57 err = squashfs_read_metadata(sb, &disk_id, &start_block, &offset,
H A Dcache.c367 * 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 Dfile.c172 * 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 Dsquashfs_fs.h241 __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 Dsquashfs_fs_i.h27 long long start_block; member in struct:squashfs_inode_info
/external/kernel-headers/original/uapi/linux/
H A Dv4l2-common.h102 __u32 start_block; member in struct:v4l2_edid
/external/mesa3d/src/compiler/nir/
H A Dnir_dominance.c189 nir_block *start_block = nir_start_block(impl); local
190 start_block->imm_dom = NULL;
195 calc_dfs_indicies(start_block, &dfs_index);
/external/squashfs-tools/squashfs-tools/
H A Dunsquash-1.c57 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 Dunsquash-2.c118 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 Dunsquash-3.c105 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 Dunsquash-4.c85 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 Dprocess_fragments.c105 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 Dunsquashfs.h107 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 Dsquashfs_compat.h69 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...]
/external/autotest/client/tests/disktest/src/
H A Ddisktest.c34 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/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qpu_emit.c584 struct qblock *start_block = list_first_entry(&c->blocks, local
595 queue(start_block, qpu_load_imm_ui(qpu_vwsetup(), 0x00001a00));
/external/squashfs-tools/kernel-2.4/fs/squashfs/
H A Dsquashfs2_0.c102 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 Dinode.c379 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/webp/src/dsp/
H A Denc_sse41.c27 int start_block, int end_block,
32 for (j = start_block; j < end_block; ++j) {
26 CollectHistogram_SSE41(const uint8_t* ref, const uint8_t* pred, int start_block, int end_block, VP8Histogram* const histo) argument
H A Denc.c63 int start_block, int end_block,
67 for (j = start_block; j < end_block; ++j) {
62 CollectHistogram_C(const uint8_t* ref, const uint8_t* pred, int start_block, int end_block, VP8Histogram* const histo) argument
H A Denc_mips_dsp_r2.c1456 int start_block, int end_block,
1461 for (j = start_block; j < end_block; ++j) {
1455 CollectHistogram_MIPSdspR2(const uint8_t* ref, const uint8_t* pred, int start_block, int end_block, VP8Histogram* const histo) argument
/external/squashfs-tools/kernel/include/linux/
H A Dsquashfs_fs.h240 __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/e2fsprogs/e2fsck/
H A Dpass1.c2554 blk64_t start_block, blk64_t end_block,
2611 else if (extent.e_lblk < start_block)
2882 start_block = pb->last_block = last_lblk;
2552 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, int try_repairs) argument
/external/llvm/lib/Target/Hexagon/
H A DRDFGraph.cpp773 void DataFlowGraph::DefStack::start_block(NodeId N) { function in class:DataFlowGraph::DefStack
983 I->second.start_block(B);

Completed in 507 milliseconds

12