Lines Matching refs:comment

347 	char	comment[80];  in dump_whole_ufs1_inode()  local
365 snprintf(comment, sizeof(comment), "Inode 0x%08jx", (uintmax_t)inode); in dump_whole_ufs1_inode()
368 comment, in dump_whole_ufs1_inode()
389 snprintf(comment, sizeof(comment), "Inode 0x%08jx: indirect 0", in dump_whole_ufs1_inode()
392 comment, in dump_whole_ufs1_inode()
405 snprintf(comment, sizeof(comment), "Inode 0x%08jx: indirect 1", in dump_whole_ufs1_inode()
408 comment, in dump_whole_ufs1_inode()
419 snprintf(comment, sizeof(comment), in dump_whole_ufs1_inode()
423 comment, in dump_whole_ufs1_inode()
437 snprintf(comment, sizeof(comment), "Inode 0x%08jx: indirect 2", in dump_whole_ufs1_inode()
441 comment, in dump_whole_ufs1_inode()
454 snprintf(comment, sizeof(comment), in dump_whole_ufs1_inode()
458 comment, in dump_whole_ufs1_inode()
471 snprintf(comment, sizeof(comment), in dump_whole_ufs1_inode()
475 comment, in dump_whole_ufs1_inode()
501 char comment[80]; in dump_whole_ufs2_inode() local
519 snprintf(comment, sizeof(comment), "Inode 0x%08jx", (uintmax_t)inode); in dump_whole_ufs2_inode()
521 DBG_DUMP_INO(&sblock, comment, ino); in dump_whole_ufs2_inode()
541 snprintf(comment, sizeof(comment), "Inode 0x%08jx: indirect 0", in dump_whole_ufs2_inode()
543 DBG_DUMP_IBLK(&sblock, comment, i1blk, (size_t)rb); in dump_whole_ufs2_inode()
554 snprintf(comment, sizeof(comment), "Inode 0x%08jx: indirect 1", in dump_whole_ufs2_inode()
557 comment, in dump_whole_ufs2_inode()
568 snprintf(comment, sizeof(comment), in dump_whole_ufs2_inode()
571 DBG_DUMP_IBLK(&sblock, comment, i1blk, (size_t)rb); in dump_whole_ufs2_inode()
583 snprintf(comment, sizeof(comment), "Inode 0x%08jx: indirect 2", in dump_whole_ufs2_inode()
587 comment, in dump_whole_ufs2_inode()
600 snprintf(comment, sizeof(comment), in dump_whole_ufs2_inode()
604 comment, in dump_whole_ufs2_inode()
615 snprintf(comment, sizeof(comment), in dump_whole_ufs2_inode()
618 DBG_DUMP_IBLK(&sblock, comment, i1blk, (size_t)rb); in dump_whole_ufs2_inode()