Home
last modified time | relevance | path

Searched refs:MINFREESEC (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/ufs/newfs/
H A Dnewfs.c73 #define MINFREESEC ((64 * 1024 * 1024) / DEV_BSIZE) /* sectors in 64 MB */ macro
585 minfree = (int)(((float)MINFREESEC / fssize) * 100); in main()