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

/xnu-2782.1.97/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c340 static int hfs_check_summary (struct hfsmount *hfsmp, uint32_t start, uint32_t *freeblocks);
1332 u_int32_t freeblocks; local
1343 bytesleft = freeblocks = 0;
1371 freeblocks += freebitcount[byte & 0x0F];
1372 freeblocks += freebitcount[(byte >> 4) & 0x0F];
1379 return (freeblocks);
3540 * *freeblocks - set to 1 if we believe at least one free blocks in this vcbVBMIOSize
3550 static int hfs_check_summary (struct hfsmount *hfsmp, uint32_t allocblock, uint32_t *freeblocks) { argument
3557 *freeblocks = 0;
3571 *freeblocks
[all...]
/xnu-2782.1.97/bsd/hfs/
H A Dhfs_vfsutils.c3158 int freeblocks; local
3161 freeblocks = MetaZoneFreeBlocks(vcb);
3165 freeblocks -=
3168 freeblocks -=
3170 if (freeblocks < 0)
3171 freeblocks = 0;
3173 return MIN(freeblocks, hfsmp->hfs_hotfile_maxblks);

Completed in 29 milliseconds