Searched refs:freefilepc (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/usr.sbin/makefs/
H A Dmakefs.h149 int freefilepc; /* free file % */ member in struct:makefs_fsinfo
H A Dmakefs.c126 fsoptions.freefilepc =
H A Dffs.c375 fsopts->freefiles != 0 || fsopts->freefilepc != 0 ||
389 fsopts->freefiles != 0 || fsopts->freefilepc != 0 ||
422 if (fsopts->freefilepc > 0)
424 fsopts->inodes * (100 + fsopts->freefilepc) / 100;

Completed in 169 milliseconds