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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c174 hfs_isrbtree_allocated
180 Void function that wraps around the above function (hfs_isrbtree_allocated)
410 hfs_isrbtree_allocated (struct hfsmount * hfsmp,
3361 * Wrapper function around hfs_isrbtree_allocated. This just takes the start offset,
3375 alloc = hfs_isrbtree_allocated (hfsmp, startBlocks, numBlocks, &node1);
3430 int rbtree = hfs_isrbtree_allocated(hfsmp, current, 1, &node1);
3487 hfs_isrbtree_allocated (struct hfsmount *hfsmp, u_int32_t startBlock, function

Completed in 78 milliseconds