Searched refs:freeBlocks (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c213 u_int32_t freeBlocks; local
222 freeBlocks = hfs_freeblks(VCBTOHFS(vcb), 0);
227 if (freeBlocks == 0) {
231 if (forceContiguous && freeBlocks < minBlocks) {
238 if (minBlocks > freeBlocks) {
239 minBlocks = freeBlocks;
241 if (maxBlocks > freeBlocks) {
242 maxBlocks = freeBlocks;
322 vcb->freeBlocks -= *actualNumBlocks;
380 vcb->freeBlocks
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_format.h645 u_int32_t freeBlocks; /* number of unused allocation blocks */ member in struct:HFSPlusVolumeHeader
H A Dhfs_vfsops.c738 vcb->freeBlocks = SWAP_BE32 (vhp->freeBlocks);
2925 mdb->drFreeBks = SWAP_BE16 (vcb->freeBlocks);
3119 volumeHeader->freeBlocks = SWAP_BE32 (vcb->freeBlocks);
3483 vcb->freeBlocks -= bitmapblks;
3511 vcb->freeBlocks += addblks;
3530 * effect of the "vcb->freeBlocks -= bitmapblks" above.
3532 vcb->freeBlocks += bitmapblks;
3535 vcb->freeBlocks
[all...]
H A Dhfs.h162 u_int32_t freeBlocks; /* free allocation blocks */ member in struct:hfsmount
H A Dhfs_vfsutils.c130 vcb->freeBlocks = SWAP_BE16 (mdb->drFreeBks);
380 vcb->freeBlocks = SWAP_BE32(vhp->freeBlocks);
1468 freeblks = hfsmp->freeBlocks;
H A Dhfs_hotfiles.c176 if (HFSTOVCB(hfsmp)->freeBlocks < (2 * (u_int32_t)hfsmp->hfs_hotfile_maxblks)) {

Completed in 177 milliseconds