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

/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/generic/
H A Ddomalloc.c87 domAllocBlock * freeBlocks; member in struct:domAllocBin
216 bin->freeBlocks = NULL;
257 block->next = bin->freeBlocks;
258 bin->freeBlocks = block;
271 block = bin->freeBlocks;
298 bin->freeBlocks = block->next;
310 hashedBlock = block->bin->freeBlocks;
443 block->next = block->bin->freeBlocks; /* add block to free list */
446 block->bin->freeBlocks = block;
469 block->bin->freeBlocks
[all...]
/macosx-10.10.1/hfs-285/fsck_hfs/dfalib/
H A DSAllocate.c1013 �� When we find a bit set, and are about to set freeBlocks
1047 stopBlock currentBlock freeBlocks == 0
1054 stopBlock currentBlock freeBlocks == 3
1061 Unsearched stopBlock currentBlock freeBlocks == 0
1068 Unsearched stopBlock freeBlocks == 7
1098 register UInt32 freeBlocks; // number of contiguous free blocks so far local
1147 freeBlocks = 0;
1155 ++freeBlocks;
1159 if ( ( freeBlocks + countedFreeBlocks ) >= minBlocks )
1165 // We found a dirty bit, so we want to check if the next (minBlocks-freeBlocks) block
1408 UInt32 freeBlocks = 0; local
[all...]
H A DSVerify2.c1622 if (volumeHeader->freeBlocks != vcb->vcbFreeBlocks) {
1625 sprintf(badStr, "%u", volumeHeader->freeBlocks);
H A Dhfs_endian.c165 src->freeBlocks = SWAP_BE32 (src->freeBlocks);
H A DSRebuildBTree.c198 myVCBPtr->vcbFreeBlocks = myVHBPtr->freeBlocks;
H A DSUtils.c2289 volumeHeader->freeBlocks = vcb->vcbFreeBlocks;
/macosx-10.10.1/IOBDStorageFamily-14/
H A DIOBDTypes.h120 UInt32 freeBlocks; member in struct:BDTrackInfo
/macosx-10.10.1/hfs-285/newfs_hfs/
H A Dhfs_endian.c134 src->freeBlocks = SWAP_BE32 (src->freeBlocks);
H A Dmakehfs.c681 hp->freeBlocks = blockCount; /* will be adjusted at the end */
830 hp->freeBlocks -= blocksUsed;
/macosx-10.10.1/tcl-105/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Dxmlparse.c91 BLOCK *freeBlocks; member in struct:__anon13171
2417 pool->freeBlocks = 0;
2426 if (!pool->freeBlocks)
2427 pool->freeBlocks = pool->blocks;
2432 p->next = pool->freeBlocks;
2433 pool->freeBlocks = p;
2453 p = pool->freeBlocks;
2459 pool->freeBlocks = 0;
2521 if (pool->freeBlocks) {
2523 pool->blocks = pool->freeBlocks;
[all...]
/macosx-10.10.1/pdisk-9/
H A Dhfs_misc.c132 u32 freeBlocks; member in struct:HFSPlusVolumeHeader
/macosx-10.10.1/tcl-105/tcl_ext/tclxml/tclxml/expat/xmlparse/
H A Dxmlparse.c134 BLOCK *freeBlocks; member in struct:__anon12773
3759 pool->freeBlocks = 0;
3768 if (!pool->freeBlocks)
3769 pool->freeBlocks = pool->blocks;
3774 p->next = pool->freeBlocks;
3775 pool->freeBlocks = p;
3795 p = pool->freeBlocks;
3801 pool->freeBlocks = 0;
3863 if (pool->freeBlocks) {
3865 pool->blocks = pool->freeBlocks;
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c907 u_int32_t freeBlocks; local
944 freeBlocks = hfs_freeblks(hfsmp, 0);
961 if (freeBlocks == 0) {
965 if (forceContiguous && freeBlocks < minBlocks) {
973 if (minBlocks > freeBlocks) {
974 minBlocks = freeBlocks;
976 if (maxBlocks > freeBlocks) {
977 maxBlocks = freeBlocks;
1173 vcb->freeBlocks -= *actualNumBlocks;
1283 vcb->freeBlocks
[all...]
/macosx-10.10.1/IOCDStorageFamily-51/
H A DIOCDTypes.h479 UInt32 freeBlocks; member in struct:CDTrackInfo
/macosx-10.10.1/IODVDStorageFamily-35/
H A DIODVDTypes.h438 UInt32 freeBlocks; member in struct:DVDRZoneInfo
/macosx-10.10.1/apr-32/apr-util/apr-util/xml/expat/lib/
H A Dxmlparse.c217 BLOCK *freeBlocks; member in struct:__anon6240
5515 pool->freeBlocks = NULL;
5525 if (!pool->freeBlocks)
5526 pool->freeBlocks = pool->blocks;
5531 p->next = pool->freeBlocks;
5532 pool->freeBlocks = p;
5551 p = pool->freeBlocks;
5627 if (pool->freeBlocks) {
5629 pool->blocks = pool->freeBlocks;
5630 pool->freeBlocks
[all...]
/macosx-10.10.1/expat-12/expat/lib/
H A Dxmlparse.c223 BLOCK *freeBlocks; member in struct:__anon8584
5983 pool->freeBlocks = NULL;
5993 if (!pool->freeBlocks)
5994 pool->freeBlocks = pool->blocks;
5999 p->next = pool->freeBlocks;
6000 pool->freeBlocks = p;
6019 p = pool->freeBlocks;
6095 if (pool->freeBlocks) {
6097 pool->blocks = pool->freeBlocks;
6098 pool->freeBlocks
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tdom/tdom/expat/
H A Dxmlparse.c223 BLOCK *freeBlocks; member in struct:__anon12799
5985 pool->freeBlocks = NULL;
5995 if (!pool->freeBlocks)
5996 pool->freeBlocks = pool->blocks;
6001 p->next = pool->freeBlocks;
6002 pool->freeBlocks = p;
6021 p = pool->freeBlocks;
6097 if (pool->freeBlocks) {
6099 pool->blocks = pool->freeBlocks;
6100 pool->freeBlocks
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/
H A Dhfs_resize.c344 vcb->freeBlocks -= bitmapblks;
372 vcb->freeBlocks += addblks;
389 * effect of the "vcb->freeBlocks -= bitmapblks" above.
391 vcb->freeBlocks += bitmapblks;
394 vcb->freeBlocks -= addblks;
677 hfsmp->freeBlocks -= reclaimblks;
840 hfsmp->freeBlocks += reclaimblks;
H A Dhfs_format.h678 u_int32_t freeBlocks; /* number of unused allocation blocks */ member in struct:HFSPlusVolumeHeader
H A Dhfs_vfsops.c902 vcb->freeBlocks = SWAP_BE32 (vhp->freeBlocks);
3623 mdb->drFreeBks = SWAP_BE16 (vcb->freeBlocks);
3897 volumeHeader->freeBlocks = SWAP_BE32 (vcb->freeBlocks);
H A Dhfs.h194 u_int32_t freeBlocks; /* free allocation blocks */ member in struct:hfsmount
H A Dhfs_vfsutils.c146 vcb->freeBlocks = SWAP_BE16 (mdb->drFreeBks);
444 vcb->freeBlocks = SWAP_BE32(vhp->freeBlocks);
2053 freeblks = hfsmp->freeBlocks;
H A Dhfs_hotfiles.c176 if (HFSTOVCB(hfsmp)->freeBlocks < (2 * (u_int32_t)hfsmp->hfs_hotfile_maxblks)) {

Completed in 505 milliseconds