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

  /system/extras/ext4_utils/
ext4fixup.c 450 static int get_direct_blocks(struct ext4_inode *inode, unsigned long long *block_list,
459 block_list[i] = inode->i_block[i];
473 unsigned long long *block_list, unsigned int *count)
489 block_list[EXT4_NDIR_BLOCKS+i] = indirect_block[i];
499 static int get_block_list_indirect(int fd, struct ext4_inode *inode, unsigned long long *block_list)
503 if (get_direct_blocks(inode, block_list, &count)) {
504 get_indirect_blocks(fd, inode, block_list, &count);
510 static int get_extent_ents(int fd, struct ext4_extent_header *ext_hdr, unsigned long long *block_list)
528 block_list[extent->ee_block+j] = fs_block_num+j;
536 static int get_extent_idx(int fd, struct ext4_extent_header *ext_hdr, unsigned long long *block_list)
581 get_extent_ents(fd, (struct ext4_extent_header *)inode->i_block, block_list); local
585 get_extent_idx(fd, (struct ext4_extent_header *)inode->i_block, block_list); local
620 unsigned long long *block_list; local
    [all...]
  /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...]
  /external/valgrind/main/coregrind/m_debuginfo/
readpdb.c 992 unsigned* block_list,
1011 pdb->pdbimage + block_list[i] * blocksize,
1018 unsigned short* block_list,
1024 //VG_(printf)("pdb_read %p %p %d\n", pdb, block_list, size);
1032 pdb->pdbimage + block_list[i]*blocksize, blocksize );
1056 unsigned i, *block_list; local
1085 unsigned short* block_list; local
    [all...]
  /external/e2fsprogs/e2fsck/
pass1b.c 82 struct block_el *block_list; member in struct:dup_inode
157 di->block_list = 0;
164 blk_el->next = di->block_list;
165 di->block_list = blk_el;
179 for (p = di->block_list; p; p = next) {
467 for (s = p->block_list; s; s = s->next) {

Completed in 1888 milliseconds