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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c371 u_int32_t startbit,
3812 * startbit - the allocation block represented by a bit in 'allocblock' where we need to
3823 static int hfs_alloc_scan_block(struct hfsmount *hfsmp, u_int32_t startbit, argument
3842 error = ReadBitmapBlock(hfsmp, startbit, &buffer, (uintptr_t*)&blockRef);
3848 curAllocBlock = startbit;

Completed in 25 milliseconds