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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DBTreesInternal.h71 <HFS3> 1/13/97 djb Added kBTreeCurrentRecord for BTIterateRecord.
305 extern OSStatus BTIterateRecord (FCB *filePtr,
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Catalog/
H A DFileIDsServices.c476 // Using BTIterateRecord with kBTreeNextRecord will then get that first extent record.
500 // records for srcFileID. We then do a few BTIterateRecord and BTInsertRecord of those found
502 // BTIterateRecord and BTInsertRecord until we find an extent for another file, or there are
508 // This depends on BTInsertRecord not effecting the iterator used by BTIterateRecord. If it
510 // of BTIterateRecord. We'd need to set up the key for BTSearchRecord to find the last record
511 // we found, so that BTIterateRecord would get the next one (the first we haven't processed).
539 err = BTIterateRecord(fcb, kBTreeNextRecord, btIterator, &btRecord, &btRecordSize);
698 err = BTIterateRecord(fcb, kBTreeNextRecord, btIterator, &btRecord, &btRecordSize);
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_hotfiles.c1330 if (BTIterateRecord(filefork, bt_op, iterator, NULL, NULL) != 0) {
1543 error = BTIterateRecord(filefork, kBTreeFirstRecord, iterator, &record, &reclen);
1545 printf("hfs_agehotfiles: BTIterateRecord: %d\n", error);
1553 error = BTIterateRecord(filefork, kBTreeNextRecord, iterator, &record, &reclen);
1574 printf("hfs_agehotfiles: %d of %d BTIterateRecord: %d\n", i, numrecs, error);
H A Dhfs_vfsops.c6085 error = BTIterateRecord(extent_info->fcb, kBTreeNextRecord,
6724 error = BTIterateRecord(extent_info->fcb, kBTreeNextRecord,
6836 error = BTIterateRecord(fcb, btree_operation, iterator, &btdata, NULL);
6981 error = BTIterateRecord(fcb, btree_operation, iterator, &btdata, NULL);
7285 /* BTIterateRecord() might return error if the btree is empty, and
7288 error = BTIterateRecord(fcb, kBTreeNextRecord, iterator, &btdata, NULL);
7306 error = BTIterateRecord(fcb, kBTreeNextRecord, iterator, &btdata, NULL);
H A Dhfs_vfsutils.c1430 result = BTIterateRecord(fcb, kBTreeNextRecord, iterator, &btdata, NULL);
1489 if (BTIterateRecord(fcb, kBTreePrevRecord, iterator,
H A Dhfs_xattr.c1525 result = BTIterateRecord(btfile, kBTreeNextRecord, iterator, NULL, NULL);
1906 result = BTIterateRecord(btfile, kBTreeNextRecord, iterator, NULL, NULL);
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c261 err = BTIterateRecord(fcb, kBTreePrevRecord, btIterator, &btRecord, &btRecordSize);
319 err = BTIterateRecord(fcb, kBTreePrevRecord, btIterator, &btRecord, &btRecordSize);
/darwin-on-arm/xnu/bsd/hfs/hfscommon/BTree/
H A DBTree.c63 <CS9> 12/12/97 djb Radar #2202682, BTIterateRecord with kBTreeCurrentRecord was not
66 <CS8> 10/24/97 msd In BTIterateRecord, when moving to the previous or next record
77 <CS2> 5/19/97 djb Add summary traces to BTIterateRecord.
84 <HFS5> 1/13/97 djb Added support for getting current record to BTIterateRecord.
136 <11> 7/1/93 gs Fix bug in BTIterateRecord related to kBTreePrevRecord
147 <3> 2/8/93 gs Implement BTSearchRecord and BTIterateRecord.
632 Routine: BTIterateRecord - Find the first, next, previous, or last record.
649 OSStatus BTIterateRecord (FCB *filePtr, function
724 printf ("hfs: BTIterateRecord() found invalid btree node on volume %s\n", FCBTOVCB(filePtr)->vcbVN);
892 printf ("hfs: BTIterateRecord() foun
[all...]

Completed in 142 milliseconds