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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dblock.c114 static int block_iterate_dind(blk_t *dind_block, blk_t ref_block, argument
124 ret = (*ctx->func)(ctx->fs, dind_block,
127 if (!*dind_block || (ret & BLOCK_ABORT)) {
131 if (*dind_block >= ctx->fs->super->s_blocks_count ||
132 *dind_block < ctx->fs->super->s_first_data_block) {
137 ctx->errcode = ext2fs_read_ind_block(ctx->fs, *dind_block,
149 *dind_block, offset,
165 *dind_block, offset,
176 ctx->errcode = ext2fs_write_ind_block(ctx->fs, *dind_block,
184 ret |= (*ctx->func)(ctx->fs, dind_block,
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/util-linux/
H A Dmkfs_minix.c310 unsigned short dind_block[BLOCK_SIZE >> 1]; local
337 memset(dind_block, 0, BLOCK_SIZE);
340 dind_block[i] = ind = get_free_block();
353 write_block(dind, (char *) dind_block);
363 unsigned long dind_block[BLOCK_SIZE >> 2]; local
386 memset(dind_block, 0, BLOCK_SIZE);
389 dind_block[i] = ind = get_free_block();
403 write_block(dind, (char *) dind_block);

Completed in 92 milliseconds