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

/haiku/src/add-ons/kernel/file_systems/bfs/
H A DCheckVisitor.h40 virtual status_t VisitInode(Inode* inode, const char* treeName);
H A DFileSystemVisitor.h43 virtual status_t VisitInode(Inode* inode, const char* treeName);
H A DFileSystemVisitor.cpp176 status = VisitInode(inode, name);
178 // the inode id is allowed to change in the VisitInode() call, so we
266 latter case, VisitInode() will never be called for this inode.
287 FileSystemVisitor::VisitInode(Inode* inode, const char* treeName) function in class:FileSystemVisitor
H A DCheckVisitor.cpp274 CheckVisitor::VisitInode(Inode* inode, const char* treeName) function in class:CheckVisitor

Completed in 110 milliseconds