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

/xnu-2422.115.4/bsd/hfs/hfscommon/headers/
H A DBTreesInternal.h325 extern OSStatus BTUpdateRecord (FCB *filePtr,
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_hotfiles.c948 * This is called from within BTUpdateRecord.
1018 error = BTUpdateRecord(filefork, iterator,
1022 printf("hfs: hotfiles_refine: BTUpdateRecord failed %d (file %d)\n", error, key->fileID);
1622 error = BTUpdateRecord(filefork, prev_iterator,
1626 printf("hfs_agehotfiles: %d of %d BTUpdateRecord failed %d (file %d, %d)\n",
H A Dhfs_catalog.c1608 * 3. BTUpdateRecord(parent);
1747 result = BTUpdateRecord(fcb, iterator,
1774 * This is called from within BTUpdateRecord.
2221 result = BTUpdateRecord(fcb, iterator, (IterateCallBackProcPtr)update_siblinglinks_callback, &state);
/xnu-2422.115.4/bsd/hfs/hfscommon/BTree/
H A DBTree.c1569 //////////////////////////////// BTUpdateRecord ////////////////////////////////
1572 BTUpdateRecord(FCB *filePtr, BTreeIterator *iterator, function

Completed in 33 milliseconds