Lines Matching defs:blocks
115 * This iterates over the data blocks belonging to an inode,
184 /* Walk the data blocks. */
188 * If there are no more blocks at this indirection
243 warnx("Inode %llu in `%s' ran out of blocks?",
252 * This iterates over the data blocks belonging to an inode,
321 /* Walk the data blocks. */
325 * If there are no more blocks at this indirection
379 warnx("Inode %llu in `%s' ran out of blocks?",
437 ib_block *blocks;
440 /* This callback records the blocks of the secondary bootstrap. */
452 warnx("Secondary bootstrap `%s' has too many blocks (max %d)",
456 state->blocks[state->nblk].block = blk;
457 state->blocks[state->nblk].blocksize = blksize;
538 ffs_findstage2(ib_params *params, uint32_t *maxblk, ib_block *blocks)
547 assert(blocks != NULL);
550 return (hardcode_stage2(params, maxblk, blocks));
578 /* Record the disk blocks of the secondary bootstrap. */
581 state.blocks = blocks;