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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DBTreesInternal.h325 extern OSStatus BTUpdateRecord (FCB *filePtr,
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_hotfiles.c940 * This is called from within BTUpdateRecord.
1010 error = BTUpdateRecord(filefork, iterator,
1014 printf("hfs: hotfiles_refine: BTUpdateRecord failed %d (file %d)\n", error, key->fileID);
1607 error = BTUpdateRecord(filefork, prev_iterator,
1611 printf("hfs_agehotfiles: %d of %d BTUpdateRecord failed %d (file %d, %d)\n",
H A Dhfs_catalog.c1379 * 3. BTUpdateRecord(parent);
1520 result = BTUpdateRecord(fcb, iterator,
1547 * This is called from within BTUpdateRecord.
1990 result = BTUpdateRecord(fcb, iterator, (IterateCallBackProcPtr)update_siblinglinks_callback, &state);
/darwin-on-arm/xnu/bsd/hfs/hfscommon/BTree/
H A DBTree.c1569 //////////////////////////////// BTUpdateRecord ////////////////////////////////
1572 BTUpdateRecord(FCB *filePtr, BTreeIterator *iterator, function

Completed in 80 milliseconds