Searched refs:RootInode (Results 1 - 6 of 6) sorted by path

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DFileSystem.h19 class RootInode;
41 inline RootInode* Root();
108 RootInode* fRoot;
121 inline RootInode*
H A DInode.cpp21 #include "RootInode.h"
53 inode = new(std::nothrow) RootInode;
H A DRootInode.cpp10 #include "RootInode.h"
18 RootInode::RootInode() function in class:RootInode
28 RootInode::~RootInode()
36 RootInode::ReadInfo(struct fs_info* info)
51 RootInode::_UpdateInfo(bool force)
150 RootInode::ProbeMigration()
179 RootInode::GetLocations(AttrValue** attrv)
221 RootInode
[all...]
H A DRootInode.h17 class RootInode : public Inode { class in inherits:Inode
19 RootInode();
20 ~RootInode();
48 RootInode::MakeInfoInvalid()
55 RootInode::IOSize()
64 RootInode::SetName(const char* name)
H A DFileSystem.cpp19 #include "RootInode.h"
244 RootInode* rootInode = reinterpret_cast<RootInode*>(inode);
H A Dkernel_interface.cpp23 #include "RootInode.h"
288 RootInode* inode = reinterpret_cast<RootInode*>(fs->Root());

Completed in 77 milliseconds