HomeSort by relevance Sort by last modified time
    Searched refs:start_block (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /system/update_engine/payload_generator/
extent_ranges.cc 35 if (a.start_block() == b.start_block())
37 if (a.start_block() == kSparseHole || b.start_block() == kSparseHole)
39 if (a.start_block() < b.start_block()) {
40 return a.start_block() + a.num_blocks() >= b.start_block();
42 return b.start_block() + b.num_blocks() >= a.start_block();
    [all...]
extent_utils.cc 42 uint64_t next_block = extent.start_block() == kSparseHole ?
43 kSparseHole : extent.start_block() + extent.num_blocks();
103 static_cast<uint64_t>(e.start_block()),
116 if (last_ext.start_block() + last_ext.num_blocks() ==
117 curr_ext.start_block()) {
142 uint64_t new_start = extent.start_block();
163 return a.start_block() == b.start_block() && a.num_blocks() == b.num_blocks();
fake_filesystem.cc 47 EXPECT_LE(0U, extent.start_block());
48 EXPECT_LE(extent.start_block() + extent.num_blocks(), block_count_);
extent_ranges.h 39 return x.start_block() < y.start_block();
43 Extent ExtentForRange(uint64_t start_block, uint64_t num_blocks);
graph_utils_unittest.cc 51 EXPECT_EQ(0U, extents[0].start_block());
53 EXPECT_EQ(4U, extents[1].start_block());
67 EXPECT_EQ(3U, extent.start_block());
74 EXPECT_EQ(3U, extent.start_block());
82 EXPECT_EQ(5U, extent.start_block());
extent_utils.h 60 if (extent.start_block() == kSparseHole) {
63 for (uint64_t block = extent.start_block();
64 block < (extent.start_block() + extent.num_blocks()); block++) {
  /external/squashfs-tools/kernel-2.4/include/linux/
squashfs_fs_i.h 27 long long start_block; member in struct:squashfs_inode_info
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, d, 160, 32);
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/autotest/client/tests/disktest/src/
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; block < start_block + blocks; block++
    [all...]
  /system/update_engine/scripts/update_payload/
block_tracer.py 65 if (block >= dst_ex.start_block
66 and block < dst_ex.start_block + dst_ex.num_blocks):
70 total_block_offset += block - dst_ex.start_block
89 block = src_ex.start_block + total_block_offset
applier.py 95 if ex.start_block == common.PSEUDO_EXTENT_MARKER:
98 file_obj.seek(ex.start_block * block_size)
129 if ex.start_block != common.PSEUDO_EXTENT_MARKER:
130 file_obj.seek(ex.start_block * block_size)
167 is_pseudo = ex.start_block == common.PSEUDO_EXTENT_MARKER
168 start_byte = -1 if is_pseudo else ex.start_block * block_size
244 start_block = ex.start_block
249 if start_block != common.PSEUDO_EXTENT_MARKER:
253 if (start_block + num_blocks) * block_size > part_size
    [all...]
  /external/squashfs-tools/kernel/fs/squashfs/
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);
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,
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
  /bionic/libc/kernel/uapi/linux/
v4l2-common.h 44 __u32 start_block; member in struct:v4l2_edid
  /external/kernel-headers/original/uapi/linux/
v4l2-common.h 101 __u32 start_block; member in struct:v4l2_edid
  /hardware/qcom/msm8996/kernel-headers/linux/
v4l2-common.h 49 __u32 start_block; member in struct:v4l2_edid
  /hardware/qcom/msm8996/original-kernel-headers/linux/
v4l2-common.h 75 __u32 start_block; member in struct:v4l2_edid
  /external/squashfs-tools/squashfs-tools/
unsquash-2.c 118 void read_fragment_2(unsigned int fragment, long long *start_block, int *size)
123 *start_block = fragment_entry->start_block;
128 struct inode *read_inode_2(unsigned int start_block, unsigned int offset)
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;
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, d, 160, 32);
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...]
unsquash-3.c 105 void read_fragment_3(unsigned int fragment, long long *start_block, int *size)
110 *start_block = fragment_entry->start_block;
115 struct inode *read_inode_3(unsigned int start_block, unsigned int offset)
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...]
unsquash-4.c 85 void read_fragment_4(unsigned int fragment, long long *start_block, int *size)
92 *start_block = fragment_entry->start_block;
97 struct inode *read_inode_4(unsigned int start_block, unsigned int offset)
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...]
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
  /system/update_engine/payload_consumer/
extent_writer.cc 48 if (extents_[next_extent_index_].start_block() != kSparseHole) {
50 extents_[next_extent_index_].start_block() * block_size_ +
  /external/squashfs-tools/kernel/include/linux/
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

Completed in 188 milliseconds

1 2 3 4 5 6