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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs.h247 int hfs_hotfile_maxblks; member in struct:hfsmount
H A Dhfs_hotfiles.c176 if (HFSTOVCB(hfsmp)->freeBlocks < (2 * (u_int32_t)hfsmp->hfs_hotfile_maxblks)) {
389 MIN(listp->hfl_totalblocks, hfsmp->hfs_hotfile_maxblks) -
H A Dhfs_vfsutils.c2276 hfsmp->hfs_hotfile_maxblks = filesize / vcb->blockSize;
2318 return MIN(freeblocks, hfsmp->hfs_hotfile_maxblks);

Completed in 86 milliseconds