Searched refs:HFS_MINFREE (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs.h95 * HFS_MINFREE gives the minimum acceptable percentage
101 #define HFS_MINFREE 1 macro
H A Dhfs_vfsops.c178 vcb->reserveBlocks = ((u_int64_t)vcb->totalBlocks * HFS_MINFREE) / 100;

Completed in 23 milliseconds