getsize
if ((memfifo_opt = getsize(val)) == 0)
if ((swapfifo_opt = getsize(val)) == 0)
static int64_t getsize(const char *str);
HeaderJunkSize = getsize(optarg, 2);
BootAreaSize = getsize(optarg, 2);
MemoryLogSize = getsize(optarg, 2);
UndoBufferSize = getsize(optarg, 2);
static int64_t getsize(const char *str, int pw);
int64_t getsize(const char *str, int64_t minval, int64_t maxval, int pw);
opt->FileSystemSize[opt->NFileSystemSizes++] = getsize(s,
opt.BootAreaSize = getsize(optarg,
opt.AuxAreaSize = getsize(optarg,
opt->BootAreaSize = getsize(buf, HAMMER2_NEWFS_ALIGN,
opt->AuxAreaSize = getsize(buf, HAMMER2_NEWFS_ALIGN,
static int64_t getsize(const char *arg);
size = getsize(optarg);
vndisks[ix].size = getsize(sp + 1);