void *blockHeader;
ByteCount blockSize;
Boolean blockReadFromDisk;
- Byte reserved[3];
+ Byte isModified; // XXXdbg - for journaling
+ Byte reserved[2];
};
typedef struct BlockDescriptor BlockDescriptor;
typedef BlockDescriptor *BlockDescPtr;
extern OSStatus BTSetLastSync (FCB *filePtr,
UInt32 lastfsync );
+extern OSStatus BTCheckFreeSpace (FCB *filePtr);
+
+extern OSStatus BTHasContiguousNodes(FCB *filePtr);
+
#endif /* __APPLE_API_PRIVATE */
#endif /* KERNEL */
#endif // __BTREESINTERNAL__