Lines Matching refs:comment
331 char comment[80]; in dump_whole_ufs1_inode() local
349 snprintf(comment, sizeof(comment), "Inode 0x%08jx", (uintmax_t)inode); in dump_whole_ufs1_inode()
352 comment, in dump_whole_ufs1_inode()
373 snprintf(comment, sizeof(comment), "Inode 0x%08jx: indirect 0", in dump_whole_ufs1_inode()
376 comment, in dump_whole_ufs1_inode()
389 snprintf(comment, sizeof(comment), "Inode 0x%08jx: indirect 1", in dump_whole_ufs1_inode()
392 comment, in dump_whole_ufs1_inode()
403 snprintf(comment, sizeof(comment), in dump_whole_ufs1_inode()
407 comment, in dump_whole_ufs1_inode()
421 snprintf(comment, sizeof(comment), "Inode 0x%08jx: indirect 2", in dump_whole_ufs1_inode()
425 comment, in dump_whole_ufs1_inode()
438 snprintf(comment, sizeof(comment), in dump_whole_ufs1_inode()
442 comment, in dump_whole_ufs1_inode()
455 snprintf(comment, sizeof(comment), in dump_whole_ufs1_inode()
459 comment, in dump_whole_ufs1_inode()
485 char comment[80]; in dump_whole_ufs2_inode() local
503 snprintf(comment, sizeof(comment), "Inode 0x%08jx", (uintmax_t)inode); in dump_whole_ufs2_inode()
505 DBG_DUMP_INO(&sblock, comment, dp.dp2); in dump_whole_ufs2_inode()
525 snprintf(comment, sizeof(comment), "Inode 0x%08jx: indirect 0", in dump_whole_ufs2_inode()
527 DBG_DUMP_IBLK(&sblock, comment, i1blk, (size_t)rb); in dump_whole_ufs2_inode()
538 snprintf(comment, sizeof(comment), "Inode 0x%08jx: indirect 1", in dump_whole_ufs2_inode()
541 comment, in dump_whole_ufs2_inode()
552 snprintf(comment, sizeof(comment), in dump_whole_ufs2_inode()
555 DBG_DUMP_IBLK(&sblock, comment, i1blk, (size_t)rb); in dump_whole_ufs2_inode()
567 snprintf(comment, sizeof(comment), "Inode 0x%08jx: indirect 2", in dump_whole_ufs2_inode()
571 comment, in dump_whole_ufs2_inode()
584 snprintf(comment, sizeof(comment), in dump_whole_ufs2_inode()
588 comment, in dump_whole_ufs2_inode()
600 snprintf(comment, sizeof(comment), in dump_whole_ufs2_inode()
603 DBG_DUMP_IBLK(&sblock, comment, i1blk, (size_t)rb); in dump_whole_ufs2_inode()