Searched refs:tind_block (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dblock.c190 static int block_iterate_tind(blk_t *tind_block, blk_t ref_block, argument
200 ret = (*ctx->func)(ctx->fs, tind_block,
203 if (!*tind_block || (ret & BLOCK_ABORT)) {
207 if (*tind_block >= ctx->fs->super->s_blocks_count ||
208 *tind_block < ctx->fs->super->s_first_data_block) {
213 ctx->errcode = ext2fs_read_ind_block(ctx->fs, *tind_block,
225 *tind_block,
241 *tind_block,
252 ctx->errcode = ext2fs_write_ind_block(ctx->fs, *tind_block,
260 ret |= (*ctx->func)(ctx->fs, tind_block,
[all...]

Completed in 34 milliseconds