Home
last modified time | relevance | path

Searched refs:block_list (Results 1 – 25 of 29) sorted by relevance

12

/external/e2fsprogs/contrib/android/
Dblock_list.c8 struct block_list { struct
21 struct block_list *params = malloc(sizeof(*params)); in init() argument
38 struct block_list *params = data; in start_new_file()
48 struct block_list *params = data; in add_block()
64 struct block_list *params = data; in end_new_file()
80 struct block_list *params = data; in cleanup()
De2fsdroid.c16 static char *block_list; variable
91 block_list = absolute_path(optarg); in main()
151 if (block_list) { in main()
152 retval = fsmap_iter_filsys(fs, &block_list_format, block_list, in main()
DAndroid.bp14 "block_list.c",
/external/squashfs-tools/squashfs-tools/
Dread_fs.c245 unsigned int *block_list; in scan_inode_table() local
268 block_list = malloc(blocks * sizeof(unsigned int)); in scan_inode_table()
269 if(block_list == NULL) in scan_inode_table()
273 SQUASHFS_SWAP_INTS(cur_ptr, block_list, blocks); in scan_inode_table()
281 (block_list[i]); in scan_inode_table()
285 free(block_list); in scan_inode_table()
290 block_list, blocks, inode.fragment, in scan_inode_table()
300 unsigned int *block_list; in scan_inode_table() local
324 block_list = malloc(blocks * sizeof(unsigned int)); in scan_inode_table()
325 if(block_list == NULL) in scan_inode_table()
[all …]
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, in create_inode() argument
985 size_t off = offsetof(struct squashfs_reg_inode_header, block_list); in create_inode()
999 SQUASHFS_SWAP_INTS(block_list, inode + off, offset); in create_inode()
1005 TRACE("Block %d, size %d\n", i, block_list[i]); in create_inode()
1006 total_size += SQUASHFS_COMPRESSED_SIZE_BLOCK(block_list[i]); in create_inode()
1026 size_t off = offsetof(struct squashfs_lreg_inode_header, block_list); in create_inode()
1039 SQUASHFS_SWAP_INTS(block_list, inode + off, offset); in create_inode()
1045 TRACE("Block %d, size %d\n", i, block_list[i]); in create_inode()
[all …]
Dunsquash-2.c30 void read_block_list_2(unsigned int *block_list, char *block_ptr, int blocks) in read_block_list_2() argument
37 SQUASHFS_SWAP_INTS_3(block_list, sblock_list, blocks); in read_block_list_2()
39 memcpy(block_list, block_ptr, blocks * sizeof(unsigned int)); in read_block_list_2()
Dsquashfs_fs.h386 unsigned int block_list[0]; member
403 unsigned int block_list[0]; member
Dsquashfs_compat.h127 unsigned short block_list[0]; member
142 unsigned short block_list[0]; member
487 unsigned short block_list[0]; member
622 unsigned short block_list[0]; member
Dmksquashfs.h85 unsigned int *block_list; member
Dunsquash-1.c28 void read_block_list_1(unsigned int *block_list, char *block_ptr, int blocks) in read_block_list_1() argument
42 block_list[i] = SQUASHFS_COMPRESSED_SIZE(block_size) | in read_block_list_1()
Dunsquashfs.h110 void (*read_block_list)(unsigned int *block_list, char *block_ptr,
Dunsquashfs.c1002 unsigned int *block_list; in write_file() local
1016 block_list = malloc(inode->blocks * sizeof(unsigned int)); in write_file()
1017 if(block_list == NULL) in write_file()
1020 s_ops.read_block_list(block_list, inode->block_ptr, inode->blocks); in write_file()
1030 int c_byte = SQUASHFS_COMPRESSED_SIZE_BLOCK(block_list[i]); in write_file()
1038 if(block_list[i] == 0) /* sparse block */ in write_file()
1042 block_list[i]); in write_file()
1062 free(block_list); in write_file()
/external/e2fsprogs/intl/
Ddcigettext.c332 struct block_list struct
335 struct block_list *next; argument
339 struct block_list *newp = (struct block_list *) malloc (sizeof (*newp)); \
351 struct block_list *old = list; \
432 struct block_list *block_list = NULL; in DCIGETTEXT() local
542 ADD_BLOCK (block_list, dirname); in DCIGETTEXT()
568 ADD_BLOCK (block_list, xdomainname); in DCIGETTEXT()
576 ADD_BLOCK (block_list, single_locale); in DCIGETTEXT()
644 FREE_BLOCKS (block_list); in DCIGETTEXT()
697 FREE_BLOCKS (block_list); in DCIGETTEXT()
/external/valgrind/gdbserver_tests/
Dmcblocklistsearch.stdinB.gdb27 monitor block_list 6
29 monitor block_list 7
Dmcblocklistsearch.vgtest1 # test the memcheck block_list and search monitor commands.
Dmchelp.stdoutB.exp44 block_list <loss_record_nr>|<loss_record_nr_from>..<loss_record_nr_to>
113 block_list <loss_record_nr>|<loss_record_nr_from>..<loss_record_nr_to>
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs_cfg.cpp72 block_list.make_empty(); in fs_cfg()
235 block_list.push_tail(block->make_list(mem_ctx)); in set_next_block()
245 foreach_list(block_node, &block_list) { in make_block_array()
Dbrw_fs_cfg.h98 exec_list block_list; variable
/external/e2fsprogs/debugfs/
Ddo_journal.c264 blk64_t *block_list, size_t block_len, in journal_add_blocks_to_trans() argument
342 if (block_list[i] >= in journal_add_blocks_to_trans()
349 jdbt->t_blocknr = ext2fs_cpu_to_be32(block_list[i] & 0xFFFFFFFF); in journal_add_blocks_to_trans()
366 jdbt->t_blocknr_high = ext2fs_cpu_to_be32(block_list[i] >> 32); in journal_add_blocks_to_trans()
376 block_list[i], curr_blk, data_bh->b_blocknr, in journal_add_blocks_to_trans()
498 int flags, blk64_t *block_list, in journal_write() argument
516 err = journal_add_blocks_to_trans(&trans, block_list, block_len, fp); in journal_write()
/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dinode.c53 int readahead_blks, char *block_list,
1280 static int read_block_index(struct super_block *s, int blocks, char *block_list, in read_block_index() argument
1296 SQUASHFS_SWAP_INTS(((unsigned int *)block_list), in read_block_index()
1299 if (!squashfs_get_cached_block(s, block_list, *start_block, in read_block_index()
1306 for (block_listp = (unsigned int *) block_list; blocks; in read_block_index()
1327 long long *data_block, char *block_list) in get_meta_index() argument
1372 block_list, &cur_index_block, in get_meta_index()
1410 int readahead_blks, char *block_list, in read_blocklist() argument
1417 block_list); in read_blocklist()
1430 int res = read_block_index(inode->i_sb, blocks, block_list, in read_blocklist()
[all …]
/external/squashfs-tools/kernel-2.4/include/linux/
Dsquashfs_fs_sb.h72 index, int readahead_blks, char *block_list,
Dsquashfs_fs.h288 unsigned short block_list[0]; member
298 unsigned short block_list[0]; member
599 unsigned short block_list[0]; member
718 unsigned short block_list[0]; member
/external/valgrind/coregrind/m_debuginfo/
Dreadpdb.c972 const unsigned* block_list, in pdb_ds_read() argument
991 pdb->pdbimage + block_list[i] * blocksize, in pdb_ds_read()
998 const unsigned short* block_list, in pdb_jg_read() argument
1012 pdb->pdbimage + block_list[i]*blocksize, blocksize ); in pdb_jg_read()
1037 unsigned i, *block_list; in pdb_ds_read_file() local
1044 block_list in pdb_ds_read_file()
1047 block_list += (reader->u.ds.toc->file_size[i] in pdb_ds_read_file()
1053 return pdb_ds_read( reader, block_list, in pdb_ds_read_file()
1066 unsigned short* block_list; in pdb_jg_read_file() local
1071 block_list in pdb_jg_read_file()
[all …]
/external/squashfs-tools/kernel/fs/squashfs/
Dsquashfs_fs.h299 __le16 block_list[0]; member
316 __le16 block_list[0]; member
/external/squashfs-tools/kernel/include/linux/
Dsquashfs_fs.h298 __le16 block_list[0]; member
315 __le16 block_list[0]; member

12