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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/Catalog/
H A DCatalogUtilities.c78 result = BTSearchRecord( fcb, searchIterator, &btRecord, &tempSize, searchIterator );
160 result = BTSearchRecord(fcb, searchIterator, &btRecord, &tempSize, searchIterator);
H A DFileIDsServices.c499 // We do an initial BTSearchRecord to position the BTree's iterator just before any extent
509 // _did_ effect the iterator, then we would need to do a BTSearchRecord before each series
510 // of BTIterateRecord. We'd need to set up the key for BTSearchRecord to find the last record
514 err = BTSearchRecord(fcb, btIterator, &btRecord, &btRecordSize, btIterator);
684 err = BTSearchRecord(fcb, btIterator, &btRecord, &btRecordSize, btIterator);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_catalog.c369 result = BTSearchRecord(fcb, &iterator[0], &file_data, &datasize, &iterator[0]);
432 result = BTSearchRecord(VTOF(hfsmp->hfs_catalog_vp), iterator, &btdata, NULL, NULL);
504 result = BTSearchRecord(VTOF(HFSTOVCB(hfsmp)->catalogRefNum), iterator,
660 result = BTSearchRecord(VTOF(HFSTOVCB(hfsmp)->catalogRefNum), iterator,
1065 * 1. BTSearchRecord(from_cnode, &data);
1149 result = BTSearchRecord(fcb, dir_iterator, &btdata, &datasize, NULL);
1167 result = BTSearchRecord(fcb, from_iterator, &btdata,
1188 result = BTSearchRecord(fcb, from_iterator, &btdata, &datasize, from_iterator);
1247 result = BTSearchRecord(fcb, to_iterator, &btdata, &datasize, NULL);
1917 if ((result = BTSearchRecord(fc
[all...]
H A Dhfs_xattr.c500 result = BTSearchRecord(btfile, iterator, &btdata, &datasize, NULL);
592 result = BTSearchRecord(btfile, iterator, &btdata, &datasize, NULL);
1026 exists = BTSearchRecord(btfile, iterator, &btdata, NULL, NULL) == 0;
1520 result = BTSearchRecord(btfile, iterator, NULL, NULL, NULL);
1566 result = BTSearchRecord(btfile, iterator, &btdata, &datasize, NULL);
1600 result = BTSearchRecord(btfile, iterator, &btdata, &datasize, NULL);
1604 printf("hfs: remove_attribute_records: BTSearchRecord %d (%d), totalblks %d\n",
1766 result = BTSearchRecord(btfile, iterator, NULL, NULL, NULL);
H A Dhfs_hotfiles.c1003 if (BTSearchRecord(filefork, iterator, &record, NULL, iterator) != 0) {
1027 (void) BTSearchRecord(filefork, iterator, &record, NULL, iterator);
H A Dhfs_link.c1288 result = BTSearchRecord(btfile, iterator, &btdata, NULL, NULL);
H A Dhfs_vfsops.c5363 error = BTSearchRecord(extent_info->fcb, &iterator, &btdata, &reclen, &iterator);
5366 printf ("hfs_split_extent: fileID=%u startBlock=%u BTSearchRecord error=%d\n", extent_info->fileID, read_recStartBlock, error);
5414 /* BTSearchRecord above returned btNotFound,
5427 /* BTSearchRecord above returned btNotFound,
6063 error = BTSearchRecord(extent_info->fcb, extent_info->iterator,
6709 error = BTSearchRecord(extent_info->fcb, extent_info->iterator,
7280 error = BTSearchRecord(fcb, iterator, &btdata, NULL, iterator);
H A Dhfs_vfsutils.c1424 (void) BTSearchRecord(fcb, iterator, NULL, NULL, iterator);
/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DBTreesInternal.h57 <CS6> 7/25/97 DSH Added heuristicHint as parameter to BTSearchRecord.
299 extern OSStatus BTSearchRecord (FCB *filePtr,
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c258 err = BTSearchRecord(fcb, btIterator, &btRecord, &btRecordSize, btIterator);
316 err = BTSearchRecord(fcb, btIterator, &btRecord, &btRecordSize, btIterator);
1955 err = BTSearchRecord(btFCB, btIterator, &btRecord, &btRecordSize, btIterator);
1976 err = BTSearchRecord(btFCB, btIterator, &btRecord, &btRecordSize, btIterator);
/darwin-on-arm/xnu/bsd/hfs/hfscommon/BTree/
H A DBTree.c70 <CS7> 7/25/97 DSH BTSearchRecord now takes a heuristicHint, nodeNum, and tries it
133 <12> 8/16/93 prp In BTSearchRecord, if the input hint found the node and record,
141 <8> 5/24/93 gs Do NOT map fsBTEmptyErr to fsBTRecordNotFoundErr in BTSearchRecord.
147 <3> 2/8/93 gs Implement BTSearchRecord and BTIterateRecord.
429 Routine: BTSearchRecord - Search BTree for a record with a matching key.
457 OSStatus BTSearchRecord (FCB *filePtr, function

Completed in 102 milliseconds