Searched defs:block_list (Results 1 - 23 of 23) sorted by relevance

/external/e2fsprogs/contrib/android/
H A Dblock_list.c1 #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;
H A De2fsdroid.c10 #include "block_list.h"
16 static char *block_list; variable
31 fprintf(stderr, "%s [-B block_list] [-D basefs_out] [-T timestamp]\n"
109 block_list = absolute_path(optarg);
177 if (block_list) {
178 retval = fsmap_iter_filsys(fs, &block_list_format, block_list,
182 "while creating the block_list");
/external/squashfs-tools/squashfs-tools/
H A Dunsquash-1.c28 void read_block_list_1(unsigned int *block_list, char *block_ptr, int blocks) argument
42 block_list[i] = SQUASHFS_COMPRESSED_SIZE(block_size) |
H A Dunsquash-2.c30 void read_block_list_2(unsigned int *block_list, char *block_ptr, int blocks) argument
37 SQUASHFS_SWAP_INTS_3(block_list, sblock_list, blocks);
39 memcpy(block_list, block_ptr, blocks * sizeof(unsigned int));
H A Dmksquashfs.h85 unsigned int *block_list; member in struct:file_info
H A Dread_fs.c245 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
[all...]
H A Dsquashfs_compat.h127 unsigned short block_list[0]; member in struct:squashfs_reg_inode_header_3
142 unsigned short block_list[0]; member in struct:squashfs_lreg_inode_header_3
487 unsigned short block_list[0]; member in struct:squashfs_reg_inode_header_1
622 unsigned short block_list[0]; member in struct:squashfs_reg_inode_header_2
H A Dsquashfs_fs.h386 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
H A Dunsquashfs.c1002 unsigned int *block_list; local
1016 block_list = malloc(inode->blocks * sizeof(unsigned int));
1017 if(block_list == NULL)
1020 s_ops.read_block_list(block_list, inode->block_ptr, inode->blocks);
1030 int c_byte = SQUASHFS_COMPRESSED_SIZE_BLOCK(block_list[i]);
1038 if(block_list[i] == 0) /* sparse block */
1042 block_list[i]);
1062 free(block_list);
H A Dmksquashfs.c317 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[
926 create_inode(squashfs_inode *i_no, struct dir_info *dir_info, struct dir_ent *dir_ent, int type, long long byte_size, long long start_block, unsigned int offset, unsigned int *block_list, struct fragment *fragment, struct directory *dir_in, long long sparse) argument
1887 unsigned int *block_list = block_listp; local
1945 add_non_dup(long long file_size, long long bytes, unsigned int *block_list, long long start, struct fragment *fragment, unsigned short checksum, unsigned short fragment_checksum, int checksum_flag, int checksum_frag_flag) argument
2021 duplicate(long long file_size, long long bytes, unsigned int **block_list, long long *start, struct fragment **fragment, struct file_buffer *file_buffer, int blocks, unsigned short checksum, int checksum_flag) argument
2613 unsigned int *block_list = NULL; local
2707 unsigned int *block_list, *block_listp; local
2846 unsigned int *block_list; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_cfg.h297 struct exec_list block_list; member in struct:cfg_t
321 foreach_list_typed (bblock_t, __block, link, &(__cfg)->block_list)
324 foreach_list_typed_reverse (bblock_t, __block, link, &(__cfg)->block_list)
327 foreach_list_typed_safe (bblock_t, __block, link, &(__cfg)->block_list)
330 foreach_list_typed_reverse_safe (bblock_t, __block, link, &(__cfg)->block_list)
/external/e2fsprogs/debugfs/
H A Ddo_journal.c264 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);
263 journal_add_blocks_to_trans(journal_transaction_t *trans, blk64_t *block_list, size_t block_len, FILE *fp) argument
497 journal_write(journal_t *journal, int flags, blk64_t *block_list, size_t block_len, blk64_t *revoke_list, size_t revoke_len, FILE *fp) argument
/external/e2fsprogs/intl/
H A Ddcigettext.c332 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_local
[all...]
/external/squashfs-tools/kernel/fs/squashfs/
H A Dsquashfs_fs.h299 __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/
H A Dsquashfs_fs.h298 __le16 block_list[0]; member in struct:squashfs_reg_inode
315 __le16 block_list[0]; member in struct:squashfs_lreg_inode
/external/squashfs-tools/kernel-2.4/fs/squashfs/
H A Dinode.c53 int readahead_blks, char *block_list,
1280 static int read_block_index(struct super_block *s, int blocks, char *block_list, argument
1296 SQUASHFS_SWAP_INTS(((unsigned int *)block_list),
1299 if (!squashfs_get_cached_block(s, block_list, *start_block,
1306 for (block_listp = (unsigned int *) block_list; blocks;
1327 long long *data_block, char *block_list)
1372 block_list, &cur_index_block,
1410 int readahead_blks, char *block_list,
1417 block_list);
1430 int res = read_block_index(inode->i_sb, blocks, block_list,
1325 get_meta_index(struct inode *inode, int index, long long *index_block, int *index_offset, long long *data_block, char *block_list) argument
1409 read_blocklist(struct inode *inode, int index, int readahead_blks, char *block_list, unsigned short **block_p, unsigned int *bsize) argument
1455 unsigned char block_list[SIZE]; local
1572 unsigned char block_list[SIZE]; local
[all...]
/external/valgrind/memcheck/
H A Dmc_malloc_wrappers.c231 static Bool in_block_list (const VgHashTable *block_list, MC_Chunk* mc) argument
233 MC_Chunk* found_mc = VG_(HT_lookup) ( block_list, (UWord)mc->data );
239 this address will be twice in the block_list.
/external/cmockery/cmockery_0_1_2/src/
H A Dcmockery.c1258 ListNode * const block_list = get_allocated_blocks_list(); local
1280 list_add(block_list, &block_info->node);
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
H A Dir3.h385 struct list_head block_list; member in struct:ir3
/external/python/cpython2/Objects/
H A Dfloatobject.c35 static PyFloatBlock *block_list = NULL; variable
46 ((PyFloatBlock *)p)->next = block_list;
47 block_list = (PyFloatBlock *)p;
2223 list = block_list;
2224 block_list = NULL;
2236 list->next = block_list;
2237 block_list = list;
2280 list = block_list;
H A Dintobject.c25 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;
1478 list = block_list;
1479 block_list = NULL;
1491 list->next = block_list;
1492 block_list = list;
1555 list = block_list;
/external/squashfs-tools/kernel-2.4/include/linux/
H A Dsquashfs_fs.h288 unsigned short block_list[0]; member in struct:squashfs_reg_inode_header
298 unsigned short block_list[0]; member in struct:squashfs_lreg_inode_header
599 unsigned short block_list[0]; member in struct:squashfs_reg_inode_header_1
718 unsigned short block_list[0]; member in struct:squashfs_reg_inode_header_2
/external/valgrind/coregrind/m_debuginfo/
H A Dreadpdb.c972 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
971 pdb_ds_read( const struct pdb_reader* pdb, const unsigned* block_list, unsigned size ) argument
997 pdb_jg_read( const struct pdb_reader* pdb, const unsigned short* block_list, int size ) argument
[all...]

Completed in 477 milliseconds