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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/headers/
H A DBTreesInternal.h207 kBTreeNextRecord, enumerator in enum:BTreeIterationOperations
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Catalog/
H A DFileIDsServices.c406 // Using BTIterateRecord with kBTreeNextRecord will then get that first extent record.
467 err = BTIterateRecord(fcb, kBTreeNextRecord, &btIterator, &btRecord, &btRecordSize);
596 err = BTIterateRecord(fcb, kBTreeNextRecord, &btIterator, &btRecord, &btRecordSize);
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/BTree/
H A DBTree.c692 (operation != kBTreeNextRecord) &&
788 else if (operation == kBTreeNextRecord)
998 (operation != kBTreeNextRecord) &&
1099 else if (operation == kBTreeNextRecord)
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_xattr.c1143 result = BTIterateRecord(btfile, kBTreeNextRecord, iterator, NULL, NULL);
1379 result = BTIterateRecords(btfile, kBTreeNextRecord, iterator,
1492 result = BTIterateRecord(btfile, kBTreeNextRecord, iterator, NULL, NULL);
H A Dhfs_hotfiles.c1367 bt_op = kBTreeNextRecord;
1519 error = BTIterateRecord(filefork, kBTreeNextRecord, iterator, &record, &reclen);
H A Dhfs_catalog.c2503 result = BTIterateRecords(fcb, kBTreeNextRecord, iterator,
2517 result = BTIterateRecords(fcb, kBTreeNextRecord, iterator,
3080 result = BTIterateRecords(fcb, kBTreeNextRecord, iterator,
3115 op = kBTreeNextRecord;
H A Dhfs_vfsops.c4180 error = BTIterateRecord(fcb, kBTreeNextRecord, iterator, &btdata, NULL);
4584 error = BTIterateRecord(fcb, kBTreeNextRecord, iterator, &btdata, NULL);
4811 error = BTIterateRecord(fcb, kBTreeNextRecord, iterator, &btdata, NULL);
H A Dhfs_vfsutils.c1237 result = BTIterateRecord(fcb, kBTreeNextRecord, iterator, &btdata, NULL);

Completed in 66 milliseconds