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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DBTreesInternal.h315 extern OSStatus BTInsertRecord (FCB *filePtr,
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_hotfiles.c670 error = BTInsertRecord(filefork, iterator, &record, record.itemSize);
672 printf("hfs_recording_init: BTInsertRecord failed %d (fileid %d)\n", error, key->fileID);
683 error = BTInsertRecord(filefork, iterator, &record, record.itemSize);
685 printf("hfs_recording_init: BTInsertRecord failed %d (fileid %d)\n", error, key->fileID);
1038 error = BTInsertRecord(filefork, iterator, &record, record.itemSize);
1040 printf("hfs: hotfiles_refine: BTInsertRecord failed %d (file %d)\n", error, key->fileID);
1202 error = BTInsertRecord(filefork, iterator, &record, record.itemSize);
1204 printf("hfs: hotfiles_adopt: BTInsertRecord failed %d (fileid %d)\n", error, key->fileID);
1216 error = BTInsertRecord(filefork, iterator, &record, record.itemSize);
1218 printf("hfs: hotfiles_adopt: BTInsertRecord faile
[all...]
H A Dhfs_catalog.c387 result = BTInsertRecord(fcb, &iterator[1], &thread_data, thread_data.itemSize);
973 result = BTInsertRecord(fcb, &bto->iterator, &btdata, datalen);
1011 result = BTInsertRecord(fcb, &bto->iterator, &btdata, datalen);
1066 * 2. BTInsertRecord(to_cnode, &data);
1069 * 5. BTInsertRecord(to_thread);
1239 result = BTInsertRecord(fcb, to_iterator, &btdata, datasize);
1262 result = BTInsertRecord(fcb, to_iterator, &btdata, datasize);
1269 err = BTInsertRecord(fcb, from_iterator, &btdata, datasize);
1278 (void) BTInsertRecord(fcb, from_iterator, &btdata, datasize);
1334 result = BTInsertRecord(fc
[all...]
H A Dhfs_xattr.c1118 result = BTInsertRecord(btfile, iterator, &btdata, btdata.itemSize);
1120 printf ("hfs_setxattr: BTInsertRecord() - %d,%s err=%d\n",
1141 result = BTInsertRecord(btfile, iterator, &btdata, btdata.itemSize);
1143 printf ("hfs_setxattr: BTInsertRecord() overflow - %d,%s err=%d\n",
1197 result = BTInsertRecord(btfile, iterator, &btdata, btdata.itemSize);
2021 result = BTInsertRecord(btfile, iterator, &btdata, datasize);
H A Dhfs_link.c1242 result = BTInsertRecord(btfile, iterator, &btdata, datasize);
H A Dhfs_vfsops.c5491 error = BTInsertRecord(extent_info->fcb, &iterator, &btdata, reclen);
5493 printf ("hfs_split_extent: fileID=%u, startBlock=%u BTInsertRecord error=%d\n", extent_info->fileID, write_recStartBlock, error);
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Catalog/
H A DFileIDsServices.c500 // 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
584 err = BTInsertRecord(fcb, tmpIterator, &btRecord, btRecordSize);
/darwin-on-arm/xnu/bsd/hfs/hfscommon/BTree/
H A DBTree.c1259 //////////////////////////////// BTInsertRecord /////////////////////////////////
1261 OSStatus BTInsertRecord (FCB *filePtr, function
/darwin-on-arm/xnu/bsd/hfs/hfscommon/Misc/
H A DFileExtentMapping.c408 err = BTInsertRecord(GetFileControlBlock(vcb->extentsRefNum), btIterator, &btRecord, btRecordSize);

Completed in 102 milliseconds