Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:ind_block

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,
122 ctx->errcode = ext2fs_write_ind_block(ctx->fs, *ind_block,
130 ret |= (*ctx->func)(ctx->fs, ind_block,