Lines Matching refs:dind_block
137 static int block_iterate_dind(blk_t *dind_block, blk_t ref_block,
147 ret = (*ctx->func)(ctx->fs, dind_block,
151 if (!*dind_block || (ret & BLOCK_ABORT)) {
155 if (*dind_block >= ctx->fs->super->s_blocks_count ||
156 *dind_block < ctx->fs->super->s_first_data_block) {
161 ctx->errcode = ext2fs_read_ind_block(ctx->fs, *dind_block,
173 *dind_block, offset,
189 *dind_block, offset,
201 ctx->errcode = ext2fs_write_ind_block(ctx->fs, *dind_block,
209 ret |= (*ctx->func)(ctx->fs, dind_block,