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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/BTree/
H A DBTree.c239 nodeRec.blockSize = FCBTOVCB(filePtr)->blockSize;
272 PanicIf ( (FCBTOVCB(filePtr)->vcbSigWord != 0x4244) && (header->nodeSize == 512), "\p BTOpenPath: wrong node size for HFS+ volume!"); // 0x4244 = 'BD'
357 if ( FCBTOHFS(filePtr)->jnl && !NodesAreContiguous(FCBTOVCB(filePtr), filePtr, btreePtr->nodeSize) ) {
724 printf ("hfs: BTIterateRecord() found invalid btree node on volume %s\n", FCBTOVCB(filePtr)->vcbVN);
725 hfs_mark_volume_inconsistent(FCBTOVCB(filePtr));
892 printf ("hfs: BTIterateRecord() found invalid btree node on volume %s\n", FCBTOVCB(filePtr)->vcbVN);
893 hfs_mark_volume_inconsistent(FCBTOVCB(filePtr));
1032 printf ("hfs: BTIterateRecords() found invalid btree node on volume %s\n", FCBTOVCB(filePtr)->vcbVN);
1033 hfs_mark_volume_inconsistent(FCBTOVCB(filePtr));
2015 return NodesAreContiguous(FCBTOVCB(filePt
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs.h477 #define FCBTOVCB(FCB) FCBTOHFS(FCB) macro

Completed in 83 milliseconds