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

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs.h298 int hfs_hotfile_maxblks; member in struct:hfsmount
H A Dhfs_vfsutils.c2748 hfsmp->hfs_hotfile_maxblks = 0;
2763 hfsmp->hfs_hotfile_maxblks = filesize / vcb->blockSize;
2805 return MIN(freeblocks, hfsmp->hfs_hotfile_maxblks);
H A Dhfs_hotfiles.c176 if (HFSTOVCB(hfsmp)->freeBlocks < (2 * (u_int32_t)hfsmp->hfs_hotfile_maxblks)) {
396 MIN(listp->hfl_totalblocks, hfsmp->hfs_hotfile_maxblks) -

Completed in 26 milliseconds