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 102 static void fill_indirect_block(u32 *ind_block, int len, struct block_allocation *alloc)
106 ind_block[i] = get_block(alloc, i);
113 u32 ind_block; local
116 ind_block = get_oob_block(alloc, 0);
122 dind_block[i] = ind_block;
125 queue_data_block((u8*)ind_block_data, info.block_size, ind_block);
193 int ind_block = get_oob_block(alloc, 0); local
194 inode->i_block[EXT4_IND_BLOCK] = ind_block;
202 queue_data_block((u8*)ind_block_data, info.block_size, ind_block);
  /external/e2fsprogs/lib/ext2fs/
block.c 59 static int block_iterate_ind(blk_t *ind_block, blk_t ref_block,
69 ret = (*ctx->func)(ctx->fs, ind_block,
73 if (!*ind_block || (ret & BLOCK_ABORT)) {
77 if (*ind_block >= ctx->fs->super->s_blocks_count ||
78 *ind_block < ctx->fs->super->s_first_data_block) {
83 ctx->errcode = ext2fs_read_ind_block(ctx->fs, *ind_block,
95 *ind_block, offset,
109 *ind_block, offset,
121 ctx->errcode = ext2fs_write_ind_block(ctx->fs, *ind_block,
129 ret |= (*ctx->func)(ctx->fs, ind_block,
    [all...]
Android.mk 37 ind_block.c \

Completed in 448 milliseconds