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

/xnu-2422.115.4/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c1807 uint32_t start_blk = startingBlock; local
1819 * summary table, then just leave the start_blk fields unmodified. We wouldn't
1825 start_blk = suggested_start;
1845 err = BlockAllocateAnyBitmap(vcb, start_blk, end_blk, maxBlocks,
3608 static int hfs_release_summary(struct hfsmount *hfsmp, uint32_t start_blk, uint32_t length) { argument
3610 uint32_t end_blk = (start_blk + length) - 1;
3618 err = hfs_get_summary_index (hfsmp, start_blk, &start_bit);
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_readwrite.c5233 daddr64_t start_blk; local
5247 start_blk = ((daddr64_t)blkstart * blksize) / iosize;
5280 bp = buf_getblk(vp, start_blk + blkno, iosize, 0, 0, BLK_META);
5282 printf("hfs_clonesysfile: getblk failed on blk %qd\n", start_blk + blkno);

Completed in 31 milliseconds