Symbol: sizetostr
sbin/fsck_hammer2/test.c
636
sizetostr(bstats->total_bytes));
sbin/fsck_hammer2/test.c
645
sizetostr(bstats->total_bytes));
sbin/hammer/cmd_recover.c
206
volume->vol_no, sizetostr(volume->size));
sbin/hammer/hammer_util.h
172
const char *sizetostr(off_t size);
sbin/hammer/ondisk.c
880
printf(INDENT"vol_bot_beg\t%s\n", sizetostr(ondisk->vol_bot_beg));
sbin/hammer/ondisk.c
881
printf(INDENT"vol_mem_beg\t%s\n", sizetostr(ondisk->vol_mem_beg));
sbin/hammer/ondisk.c
882
printf(INDENT"vol_buf_beg\t%s\n", sizetostr(ondisk->vol_buf_beg));
sbin/hammer/ondisk.c
883
printf(INDENT"vol_buf_end\t%s\n", sizetostr(ondisk->vol_buf_end));
sbin/hammer/ondisk.c
894
printf(INDENT"undo_size\t%s\n", sizetostr(size));
sbin/hammer/ondisk.c
895
printf(INDENT"undo_used\t%s\n", sizetostr(used));
sbin/hammer2/cmd_stat.c
76
printf("%9s ", sizetostr(ino.data_count));
sbin/hammer2/cmd_stat.c
85
sizetostr(ino.ip_data.meta.data_quota));
sbin/hammer2/cmd_volume.c
92
sizetostr(entry->size));
sbin/hammer2/hammer2_subs.h
80
const char *sizetostr(hammer2_off_t size);
sbin/newfs_hammer/newfs_hammer.c
194
sizetostr(volume->size));
sbin/newfs_hammer/newfs_hammer.c
271
nvols, (nvols == 1 ? "" : "s"), sizetostr(total));
sbin/newfs_hammer/newfs_hammer.c
275
sizetostr(ondisk->vol_bot_beg));
sbin/newfs_hammer/newfs_hammer.c
278
sizetostr(ondisk->vol_mem_beg - ondisk->vol_bot_beg));
sbin/newfs_hammer/newfs_hammer.c
280
sizetostr(ondisk->vol_buf_beg - ondisk->vol_mem_beg));
sbin/newfs_hammer/newfs_hammer.c
282
sizetostr(HAMMER_OFF_LONG_ENCODE(blockmap->alloc_offset)));
sbin/newfs_hammer/newfs_hammer.c
284
sizetostr(HAMMER_OFF_SHORT_ENCODE(volume->vol_free_off)));
sbin/newfs_hammer/newfs_hammer.c
297
sizetostr(HAMMER_BIGBLOCK_SIZE *
sbin/newfs_hammer/newfs_hammer.c
327
sizetostr(HAMMER_MIN_VOL_JUNK));
sbin/newfs_hammer/newfs_hammer.c
331
sizetostr(HAMMER_MIN_VOL_JUNK));
sbin/newfs_hammer/newfs_hammer.c
335
sizetostr(HAMMER_MAX_VOL_JUNK));
sbin/newfs_hammer/newfs_hammer.c
347
sizetostr(HAMMER_BOOT_MINBYTES));
sbin/newfs_hammer/newfs_hammer.c
351
sizetostr(HAMMER_BOOT_MINBYTES));
sbin/newfs_hammer/newfs_hammer.c
355
sizetostr(HAMMER_BOOT_MAXBYTES));
sbin/newfs_hammer/newfs_hammer.c
367
sizetostr(HAMMER_MEM_MINBYTES));
sbin/newfs_hammer/newfs_hammer.c
371
sizetostr(HAMMER_MEM_MINBYTES));
sbin/newfs_hammer/newfs_hammer.c
375
sizetostr(HAMMER_MEM_MAXBYTES));
sbin/newfs_hammer/newfs_hammer.c
392
sizetostr(minbuf));
sbin/newfs_hammer/newfs_hammer.c
397
sizetostr(minbuf));
sbin/newfs_hammer/newfs_hammer.c
401
sizetostr(maxbuf));
sbin/newfs_hammer2/mkfs_hammer2.c
230
str, sizetostr(minval));
sbin/newfs_hammer2/mkfs_hammer2.c
235
str, sizetostr(maxval));
sbin/newfs_hammer2/mkfs_hammer2.c
752
sizetostr(vol->size));
sbin/newfs_hammer2/mkfs_hammer2.c
800
sizetostr(fso.total_size),
sbin/newfs_hammer2/mkfs_hammer2.c
803
sizetostr(opt->BootAreaSize),
sbin/newfs_hammer2/mkfs_hammer2.c
806
sizetostr(opt->AuxAreaSize),
sbin/newfs_hammer2/mkfs_hammer2.c
809
sizetostr(reserved_size),
sbin/newfs_hammer2/mkfs_hammer2.c
812
sizetostr(fso.free_size),
usr.sbin/makefs/hammer2.c
651
printf("trying default image size %s\n", sizetostr(image_size));
usr.sbin/makefs/hammer2.c
665
sizetostr(image_size));
usr.sbin/makefs/hammer2.c
744
sizetostr(fsopts->size), (long long)fsopts->inodes);
usr.sbin/makefs/hammer2.c
760
printf("using %s image size\n", sizetostr(h2_opt->image_size));