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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DFileMgrInternal.h259 GenerateTree( struct hfsmount *hfsmp, u_int32_t end_block, int *flags, int initialscan);
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c197 GenerateTree
3928 * one bit is active, and that we're going to pass in the buf to use, since GenerateTree
4036 u_int32_t GenerateTree(struct hfsmount *hfsmp, u_int32_t endBlock, int *flags, int initialscan) { function
4326 retval = GenerateTree (hfsmp, new_end_block, &flags, 0);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_vfsops.c1172 * GenerateTree assumes that the bitmap lock is held when you call the function.
1177 err = GenerateTree(hfsmp, hfsmp->totalBlocks, &flags, 1);
1186 * GenerateTree may drop the bitmap lock during operation in order to give other

Completed in 44 milliseconds