Searched refs:FindDirEntry (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DTree.h56 status_t FindDirEntry(uint32 dirID, uint32 objectID, const char *name,
58 status_t FindDirEntry(uint32 dirID, uint32 objectID, const char *name,
H A DTree.cpp41 FindDirEntry() searches an entry in a directory and FindStatItem()
164 // FindDirEntry
166 Tree::FindDirEntry(uint32 dirID, uint32 objectID, const char *name, function in class:Tree
172 error = FindDirEntry(dirID, objectID, name, strlen(name), foundItem,
178 // FindDirEntry
180 Tree::FindDirEntry(uint32 dirID, uint32 objectID, const char *name, function in class:Tree
188 //PRINT(("Tree::FindDirEntry(): hash function: offset: %Lu (`%.*s', %lu)\n",
211 //PRINT(("Tree::FindDirEntry(): no hash function\n"));
H A DVolume.h73 status_t FindDirEntry(VNode *dir, const char *entryName,
H A DVolume.cpp361 error = fTree->FindDirEntry(dirID, objectID, "..", &dirItem, &index);
375 // FindDirEntry
388 Volume::FindDirEntry(VNode *dir, const char *entryName, VNode *foundNode, function in class:Volume
396 error = fTree->FindDirEntry(dir->GetDirID(), dir->GetObjectID(),
474 error = FindDirEntry(foundNode, component, foundNode);
H A Dkernel_interface.cpp210 error = volume->FindDirEntry(dir, entryName, &foundNode, true);

Completed in 43 milliseconds