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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c1840 FCB * btFCB; local
1846 btFCB = GetFileControlBlock(vcb->extentsRefNum);
1877 err = BTSearchRecord(btFCB, btIterator, &btRecord, &btRecordSize, btIterator);
1883 err = BTReplaceRecord(btFCB, btIterator, &btRecord, btRecordSize);
1884 (void) BTFlushPath(btFCB);
1898 err = BTSearchRecord(btFCB, btIterator, &btRecord, &btRecordSize, btIterator);
1902 err = BTReplaceRecord(btFCB, btIterator, &btRecord, btRecordSize);
1904 (void) BTFlushPath(btFCB);

Completed in 30 milliseconds