Home | History | Annotate | Download | only in newfs

Lines Matching defs:strsuftoi64

140 static int64_t strsuftoi64(const char *, const char *, int64_t, int64_t, int *);
323 Oflag = strsuftoi64("format", optarg, 0, 2, NULL);
327 sectorsize = strsuftoi64("sector size",
339 verbosity = strsuftoi64("verbose", optarg, 0, 4, NULL);
345 maxcontig = strsuftoi64("maximum contiguous blocks",
349 bsize = strsuftoi64("block size",
353 maxbsize = strsuftoi64("maximum extent size",
357 maxbpg = strsuftoi64(
362 fsize = strsuftoi64("fragment size",
369 avgfilesize = strsuftoi64("average file size",
374 avgfpdir = strsuftoi64("expected files per directory",
378 density = strsuftoi64("bytes per inode",
382 minfree = strsuftoi64("free space %",
386 num_inodes = strsuftoi64("number of inodes",
420 fssize = strsuftoi64("file system size",
795 strsuftoi64(const char *desc, const char *arg, int64_t min, int64_t max, int *num_suffix)