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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c1539 u_int32_t startblk; local
1554 startblk = 0;
1589 startblk += blkcnt;
1603 error = FindExtentRecord(vcb, forkType, fileID, startblk, false, NULL, extents, NULL);
1638 error = DeleteExtentRecord(vcb, forkType, fileID, startblk);
1648 startblk += extblks;
H A DVolumeAllocation.c451 u_int32_t startblk; local
467 startblk = (u_int32_t)blockno_offset;
469 err = hfs_count_allocated (hfsmp, startblk, blks, &alloccount);
472 panic ("trim_validate_bitmap: %d blocks @ ABN %d are allocated!", alloccount, startblk);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_xattr.c2380 int startblk; local
2386 startblk = hfsmp->hfs_metazone_end;
2397 result = BlockAllocate(hfsmp, startblk, blkcnt, blkcnt, 0,
2409 startblk = extents[i].startBlock + extents[i].blockCount;

Completed in 27 milliseconds