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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c161 hfs_isallocated
515 if (hfs_isallocated(hfsmp, startingBlock, numBlocks)) {
1620 if (hfs_isallocated(hfsmp, *actualStartBlock, *actualNumBlocks)) {
1636 if (!hfs_isallocated(hfsmp, *actualStartBlock, *actualNumBlocks)) {
1729 if (!hfs_isallocated(hfsmp, *actualStartBlock, *actualNumBlocks)) {
2216 if (!hfs_isallocated(hfsmp, startingBlock, numBlocks)) {
2436 if (hfs_isallocated(hfsmp, startingBlock, numBlocks)) {
2448 if (!hfs_isallocated(hfsmp, startingBlock, numBlocks)) {
2544 if (hfs_isallocated(hfsmp, startingBlock, numBlocks)) {
2635 if (hfs_isallocated(hfsm
3752 hfs_isallocated(struct hfsmount *hfsmp, u_int32_t startingBlock, u_int32_t numBlocks) function
[all...]
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs.h708 extern int hfs_isallocated(struct hfsmount *hfsmp, u_int32_t startingBlock, u_int32_t numBlocks);
H A Dhfs_vfsops.c4586 if (hfs_isallocated(hfsmp, hfsmp->allocLimit, reclaimblks)) {
4608 error = hfs_isallocated(hfsmp, hfsmp->allocLimit, reclaimblks);

Completed in 37 milliseconds