Home | History | Annotate | Download | only in installboot

Lines Matching defs:blocks

187  * This iterates over the data blocks belonging to an inode,
259 /* Walk the data blocks. */
263 * If there are no more blocks at this indirection
315 warnx("Inode %llu in `%s' ran out of blocks?",
370 ib_block *blocks;
373 /* This callback records the blocks of the secondary bootstrap. */
385 warnx("Secondary bootstrap `%s' has too many blocks (max %d)",
389 state->blocks[state->nblk].block = blk;
390 state->blocks[state->nblk].blocksize = blksize;
421 ext2fs_findstage2(ib_params *params, uint32_t *maxblk, ib_block *blocks)
430 assert(blocks != NULL);
433 return hardcode_stage2(params, maxblk, blocks);
457 /* Record the disk blocks of the secondary bootstrap. */
460 state.blocks = blocks;