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

/xnu-2422.115.4/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c1592 u_int32_t startblk; local
1607 startblk = 0;
1642 startblk += blkcnt;
1656 error = FindExtentRecord(vcb, forkType, fileID, startblk, false, NULL, extents, NULL);
1691 error = DeleteExtentRecord(vcb, forkType, fileID, startblk);
1701 startblk += extblks;
H A DVolumeAllocation.c373 u_int32_t startblk; local
389 startblk = (u_int32_t)blockno_offset;
391 err = hfs_count_allocated (hfsmp, startblk, blks, &alloccount);
394 panic ("trim_validate_bitmap: %d blocks @ ABN %d are allocated!", alloccount, startblk);
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_xattr.c2445 int startblk; local
2451 startblk = hfsmp->hfs_metazone_end;
2463 result = BlockAllocate(hfsmp, startblk, blkcnt, blkcnt, 0,
2470 result = BlockAllocate(hfsmp, startblk, blkcnt, blkcnt, HFS_ALLOC_FLUSHTXN,
2485 startblk = extents[i].startBlock + extents[i].blockCount;

Completed in 33 milliseconds