Lines Matching defs:comment
290 * See the comment in sbin/growfs/debug.c for why this
331 char comment[80];
349 snprintf(comment, sizeof(comment), "Inode 0x%08jx", (uintmax_t)inode);
352 comment,
373 snprintf(comment, sizeof(comment), "Inode 0x%08jx: indirect 0",
376 comment,
389 snprintf(comment, sizeof(comment), "Inode 0x%08jx: indirect 1",
392 comment,
403 snprintf(comment, sizeof(comment),
407 comment,
421 snprintf(comment, sizeof(comment), "Inode 0x%08jx: indirect 2",
425 comment,
438 snprintf(comment, sizeof(comment),
442 comment,
455 snprintf(comment, sizeof(comment),
459 comment,
485 char comment[80];
503 snprintf(comment, sizeof(comment), "Inode 0x%08jx", (uintmax_t)inode);
505 DBG_DUMP_INO(&sblock, comment, dp.dp2);
525 snprintf(comment, sizeof(comment), "Inode 0x%08jx: indirect 0",
527 DBG_DUMP_IBLK(&sblock, comment, i1blk, (size_t)rb);
538 snprintf(comment, sizeof(comment), "Inode 0x%08jx: indirect 1",
541 comment,
552 snprintf(comment, sizeof(comment),
555 DBG_DUMP_IBLK(&sblock, comment, i1blk, (size_t)rb);
567 snprintf(comment, sizeof(comment), "Inode 0x%08jx: indirect 2",
571 comment,
584 snprintf(comment, sizeof(comment),
588 comment,
600 snprintf(comment, sizeof(comment),
603 DBG_DUMP_IBLK(&sblock, comment, i1blk, (size_t)rb);