Searched refs:GetBTreeBlock (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_btreeio.h43 extern OSStatus GetBTreeBlock(FileReference vp, u_int32_t blockNum,
H A Dhfs_btreeio.c96 OSStatus GetBTreeBlock(FileReference vp, u_int32_t blockNum, GetBlockOptions options, BlockDescriptor *block) function
696 btcb->getBlockProc = GetBTreeBlock;
/darwin-on-arm/xnu/bsd/hfs/hfscommon/BTree/
H A DBTree.c222 btreePtr->getBlockProc = GetBTreeBlock;
249 err = GetBTreeBlock(btreePtr->fileRefNum,

Completed in 76 milliseconds