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

/xnu-2422.115.4/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c337 static int hfs_find_summary_free (struct hfsmount *hfsmp, uint32_t block, uint32_t *newblock);
344 static int hfs_get_next_summary (struct hfsmount *hfsmp, uint32_t block, uint32_t *newblock);
3552 * Output Arg: *newblock will contain the allocation block number to start
3561 hfs_get_next_summary (struct hfsmount *hfsmp, uint32_t block, uint32_t *newblock) {
3581 *newblock = next_offset * bits_per_iosize;
3582 if (*newblock >= hfsmp->totalBlocks) {
3654 * newblock - output block as suggestion
3661 int hfs_find_summary_free (struct hfsmount *hfsmp, uint32_t block, uint32_t *newblock) { argument
3698 *newblock = block;
3725 * an allocation block for use. 'newblock' wil
[all...]

Completed in 66 milliseconds