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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c2133 vcb->vcbFreeExt[0].blockCount == 0) {
2146 *actualStartBlock = vcb->vcbFreeExt[0].startBlock;
2147 foundBlocks = vcb->vcbFreeExt[0].blockCount;
3334 if (vcb->vcbFreeExt[i].startBlock < min_start) {
3335 min_start = vcb->vcbFreeExt[i].startBlock;
4169 freeExt = (void*)(hfsmp->vcbFreeExt);
4379 memmove(&hfsmp->vcbFreeExt[index], &hfsmp->vcbFreeExt[index+1], shift_count * sizeof(hfsmp->vcbFreeExt[0]));
4412 if (endBlock < hfsmp->vcbFreeExt[
[all...]
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs.h225 HFSPlusExtentDescriptor vcbFreeExt[kMaxFreeExtents]; member in struct:hfsmount
H A Dhfs_vfsops.c2246 if (hfsmp->vcbFreeExt[i].startBlock < min_start) {
2247 min_start = hfsmp->vcbFreeExt[i].startBlock;

Completed in 136 milliseconds