_GetEntry
status_t _GetEntry(btree_traversing type, void** _value,
return _GetEntry(BTREE_FORWARD, _value, _size, _offset);
return _GetEntry(BTREE_BACKWARD, _value, _size, _offset);
if (!_GetEntry(entryRef.name, visibleEntryRef, &st)
if (_GetEntry(actualEntryRef->name, visibleEntryRef, &st)) {
bool _GetEntry(const char* name, entry_ref& _ref,