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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs.h113 * HFS_MINFREE gives the minimum acceptable percentage
119 #define HFS_MINFREE 1 macro
H A Dhfs_vfsops.c203 vcb->reserveBlocks = ((u_int64_t)vcb->totalBlocks * HFS_MINFREE) / 100;

Completed in 79 milliseconds