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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c1915 FCB * btFCB; local
1921 btFCB = GetFileControlBlock(vcb->extentsRefNum);
1955 err = BTSearchRecord(btFCB, btIterator, &btRecord, &btRecordSize, btIterator);
1961 err = BTReplaceRecord(btFCB, btIterator, &btRecord, btRecordSize);
1962 (void) BTFlushPath(btFCB);
1976 err = BTSearchRecord(btFCB, btIterator, &btRecord, &btRecordSize, btIterator);
1980 err = BTReplaceRecord(btFCB, btIterator, &btRecord, btRecordSize);
1982 (void) BTFlushPath(btFCB);

Completed in 20 milliseconds