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

1 2

  /external/e2fsprogs/contrib/android/
block_list.c 1 #include "block_list.h"
8 struct block_list { struct
21 struct block_list *params = malloc(sizeof(*params));
38 struct block_list *params = data;
48 struct block_list *params = data;
64 struct block_list *params = data;
80 struct block_list *params = data;
e2fsdroid.c 10 #include "block_list.h"
16 static char *block_list; variable
30 fprintf(stderr, "%s [-B block_list] [-D basefs_out] [-T timestamp]\n"
91 block_list = absolute_path(optarg);
151 if (block_list) {
152 retval = fsmap_iter_filsys(fs, &block_list_format, block_list,
156 "while creating the block_list");
  /system/extras/ext4_utils/
ext4fixup.c 357 static int get_direct_blocks(struct ext4_inode *inode, unsigned long long *block_list,
366 block_list[i] = inode->i_block[i];
380 unsigned long long *block_list, unsigned int *count)
396 block_list[EXT4_NDIR_BLOCKS+i] = indirect_block[i];
406 static int get_block_list_indirect(int fd, struct ext4_inode *inode, unsigned long long *block_list)
410 if (get_direct_blocks(inode, block_list, &count)) {
411 get_indirect_blocks(fd, inode, block_list, &count);
417 static int get_extent_ents(struct ext4_extent_header *ext_hdr, unsigned long long *block_list)
435 block_list[extent->ee_block+j] = fs_block_num+j;
443 static int get_extent_idx(int fd, struct ext4_extent_header *ext_hdr, unsigned long long *block_list)
492 get_extent_idx(fd, (struct ext4_extent_header *)inode->i_block, block_list); local
527 unsigned long long *block_list; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
alloc-pool.h 53 alloc_pool_list block_list; member in struct:alloc_pool_def
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_cfg.h 98 exec_list block_list; member in class:fs_cfg
brw_fs_cfg.cpp 72 block_list.make_empty();
235 block_list.push_tail(block->make_list(mem_ctx));
245 foreach_list(block_node, &block_list) {
  /external/squashfs-tools/kernel-2.4/include/linux/
squashfs_fs_sb.h 72 index, int readahead_blks, char *block_list,
  /build/make/tools/releasetools/
add_img_to_target_files 135 block_list = OutputFile(output_zip, OPTIONS.input_tmp, prefix, "system.map")
137 block_list=block_list)
164 block_list = OutputFile(output_zip, OPTIONS.input_tmp, prefix, "vendor.map")
166 block_list=block_list)
170 def CreateImage(input_dir, info_dict, what, output_file, block_list=None):
214 if block_list:
215 image_props["block_list"] = block_list.nam
    [all...]
add_img_to_target_files.py 135 block_list = OutputFile(output_zip, OPTIONS.input_tmp, prefix, "system.map")
137 block_list=block_list)
164 block_list = OutputFile(output_zip, OPTIONS.input_tmp, prefix, "vendor.map")
166 block_list=block_list)
170 def CreateImage(input_dir, info_dict, what, output_file, block_list=None):
214 if block_list:
215 image_props["block_list"] = block_list.nam
    [all...]
  /external/squashfs-tools/squashfs-tools/
read_fs.c 245 unsigned int *block_list; local
268 block_list = malloc(blocks * sizeof(unsigned int));
269 if(block_list == NULL)
273 SQUASHFS_SWAP_INTS(cur_ptr, block_list, blocks);
281 (block_list[i]);
285 free(block_list);
290 block_list, blocks, inode.fragment,
300 unsigned int *block_list; local
324 block_list = malloc(blocks * sizeof(unsigned int));
325 if(block_list == NULL
    [all...]
mksquashfs.h 85 unsigned int *block_list; member in struct:file_info
unsquash-2.c 30 void read_block_list_2(unsigned int *block_list, char *block_ptr, int blocks)
37 SQUASHFS_SWAP_INTS_3(block_list, sblock_list, blocks);
39 memcpy(block_list, block_ptr, blocks * sizeof(unsigned int));
mksquashfs.c 317 unsigned int **block_list, long long *start, struct fragment **fragment,
329 unsigned int *block_list, long long start, struct fragment *fragment,
928 long long start_block, unsigned int offset, unsigned int *block_list,
985 size_t off = offsetof(struct squashfs_reg_inode_header, block_list);
999 SQUASHFS_SWAP_INTS(block_list, inode + off, offset);
1005 TRACE("Block %d, size %d\n", i, block_list[i]);
1006 total_size += SQUASHFS_COMPRESSED_SIZE_BLOCK(block_list[i]);
1026 size_t off = offsetof(struct squashfs_lreg_inode_header, block_list);
1039 SQUASHFS_SWAP_INTS(block_list, inode + off, offset);
1045 TRACE("Block %d, size %d\n", i, block_list[i])
1887 unsigned int *block_list = block_listp; local
2613 unsigned int *block_list = NULL; local
2707 unsigned int *block_list, *block_listp; local
2846 unsigned int *block_list; local
    [all...]
squashfs_fs.h 386 unsigned int block_list[0]; member in struct:squashfs_reg_inode_header
403 unsigned int block_list[0]; member in struct:squashfs_lreg_inode_header
unsquashfs.h 110 void (*read_block_list)(unsigned int *block_list, char *block_ptr,
unsquash-1.c 28 void read_block_list_1(unsigned int *block_list, char *block_ptr, int blocks)
42 block_list[i] = SQUASHFS_COMPRESSED_SIZE(block_size) |
  /external/e2fsprogs/intl/
dcigettext.c 332 struct block_list struct
335 struct block_list *next;
339 struct block_list *newp = (struct block_list *) malloc (sizeof (*newp)); \
351 struct block_list *old = list; \
432 struct block_list *block_list = NULL; local
542 ADD_BLOCK (block_list, dirname);
568 ADD_BLOCK (block_list, xdomainname);
576 ADD_BLOCK (block_list, single_locale)
    [all...]
  /toolchain/binutils/binutils-2.25/intl/
dcigettext.c 331 struct block_list struct
334 struct block_list *next;
338 struct block_list *newp = (struct block_list *) malloc (sizeof (*newp)); \
350 struct block_list *old = list; \
436 struct block_list *block_list = NULL; local
546 ADD_BLOCK (block_list, dirname);
572 ADD_BLOCK (block_list, xdomainname);
580 ADD_BLOCK (block_list, single_locale)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
intobject.c 25 block_list is a singly-linked list of all PyIntBlocks ever allocated,
44 static PyIntBlock *block_list = NULL; variable
55 ((PyIntBlock *)p)->next = block_list;
56 block_list = (PyIntBlock *)p;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
intobject.c 25 block_list is a singly-linked list of all PyIntBlocks ever allocated,
44 static PyIntBlock *block_list = NULL; variable
55 ((PyIntBlock *)p)->next = block_list;
56 block_list = (PyIntBlock *)p;
    [all...]
  /external/squashfs-tools/kernel/fs/squashfs/
squashfs_fs.h 299 __le16 block_list[0]; member in struct:squashfs_reg_inode
316 __le16 block_list[0]; member in struct:squashfs_lreg_inode
  /external/squashfs-tools/kernel/include/linux/
squashfs_fs.h 298 __le16 block_list[0]; member in struct:squashfs_reg_inode
315 __le16 block_list[0]; member in struct:squashfs_lreg_inode
  /external/e2fsprogs/debugfs/
do_journal.c 264 blk64_t *block_list, size_t block_len,
342 if (block_list[i] >=
349 jdbt->t_blocknr = ext2fs_cpu_to_be32(block_list[i] & 0xFFFFFFFF);
366 jdbt->t_blocknr_high = ext2fs_cpu_to_be32(block_list[i] >> 32);
376 block_list[i], curr_blk, data_bh->b_blocknr,
498 int flags, blk64_t *block_list,
516 err = journal_add_blocks_to_trans(&trans, block_list, block_len, fp);
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
inode.c 53 int readahead_blks, char *block_list,
1455 unsigned char block_list[SIZE]; local
1572 unsigned char block_list[SIZE]; local
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
readpdb.c 972 const unsigned* block_list,
991 pdb->pdbimage + block_list[i] * blocksize,
998 const unsigned short* block_list,
1004 //VG_(printf)("pdb_read %p %p %d\n", pdb, block_list, size);
1012 pdb->pdbimage + block_list[i]*blocksize, blocksize );
1037 unsigned i, *block_list; local
1044 block_list
1047 block_list += (reader->u.ds.toc->file_size[i]
1053 return pdb_ds_read( reader, block_list,
1066 unsigned short* block_list; local
    [all...]

Completed in 1411 milliseconds

1 2