Searched refs:MINFREESEC (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/ufs/newfs/ | ||
H A D | newfs.c | 73 #define MINFREESEC ((64 * 1024 * 1024) / DEV_BSIZE) /* sectors in 64 MB */ macro 585 minfree = (int)(((float)MINFREESEC / fssize) * 100); |
Completed in 68 milliseconds