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

  /external/e2fsprogs/lib/ext2fs/
block.c 216 static int block_iterate_tind(blk_t *tind_block, blk_t ref_block,
226 ret = (*ctx->func)(ctx->fs, tind_block,
230 if (!*tind_block || (ret & BLOCK_ABORT)) {
234 if (*tind_block >= ctx->fs->super->s_blocks_count ||
235 *tind_block < ctx->fs->super->s_first_data_block) {
240 ctx->errcode = ext2fs_read_ind_block(ctx->fs, *tind_block,
252 *tind_block,
268 *tind_block,
280 ctx->errcode = ext2fs_write_ind_block(ctx->fs, *tind_block,
288 ret |= (*ctx->func)(ctx->fs, tind_block,
    [all...]
  /system/extras/ext4_utils/
indirect.c 141 static void fill_tindirect_block(u32 *tind_block, int len, struct block_allocation *alloc)
153 tind_block[i] = dind_block;
260 int tind_block = get_oob_block(alloc, 0); local
261 inode->i_block[EXT4_TIND_BLOCK] = tind_block;
270 tind_block);

Completed in 41 milliseconds