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

  /system/extras/ext4_utils/
indirect.c 101 static void fill_indirect_block(u32 *ind_block, int len, struct block_allocation *alloc)
105 ind_block[i] = get_block(alloc, i);
112 u32 ind_block; local
115 ind_block = get_oob_block(alloc, 0);
121 dind_block[i] = ind_block;
125 ind_block);
194 int ind_block = get_oob_block(alloc, 0); local
195 inode->i_block[EXT4_IND_BLOCK] = ind_block;
204 ind_block);
  /external/e2fsprogs/lib/ext2fs/
block.c 59 static int block_iterate_ind(blk_t *ind_block, blk_t ref_block,
70 blk64 = *ind_block;
74 *ind_block = blk64;
77 if (!*ind_block || (ret & BLOCK_ABORT)) {
81 if (*ind_block >= ext2fs_blocks_count(ctx->fs->super) ||
82 *ind_block < ctx->fs->super->s_first_data_block) {
87 ctx->errcode = ext2fs_read_ind_block(ctx->fs, *ind_block,
100 *ind_block, offset,
116 *ind_block, offset,
130 ctx->errcode = ext2fs_write_ind_block(ctx->fs, *ind_block,
    [all...]
Android.mk 42 ind_block.c \

Completed in 2759 milliseconds