Searched refs:LoadNode (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolumeManager.h51 status_t LoadNode(const struct stat& st, Node** node);
H A DVolumeManager.cpp520 // LoadNode
522 VolumeManager::LoadNode(const struct stat& st, Node** _node) function in class:VolumeManager
608 error = LoadNode(st, &node);
759 error = LoadNode(st, &node);

Completed in 94 milliseconds