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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c3569 * allocCount Total number of allocation blocks allocated in the given range.
3575 * allocCount = 1 if any allocated block was found.
3576 * allocCount = 0 if no allocated block was found.
3583 u_int32_t numBlocks, Boolean stop_on_first, u_int32_t *allocCount)
3706 if (allocCount) {
3707 *allocCount = blockCount;
3726 * On failure, allocCount is zero.
3730 u_int32_t numBlocks, u_int32_t *allocCount)
3732 return hfs_isallocated_internal(hfsmp, startBlock, numBlocks, false, allocCount);
3755 u_int32_t allocCount; local
3582 hfs_isallocated_internal(struct hfsmount *hfsmp, u_int32_t startingBlock, u_int32_t numBlocks, Boolean stop_on_first, u_int32_t *allocCount) argument
3729 hfs_count_allocated(struct hfsmount *hfsmp, u_int32_t startBlock, u_int32_t numBlocks, u_int32_t *allocCount) argument
[all...]

Completed in 14 milliseconds