Searched refs:GetInode (Results 1 - 8 of 8) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DDelegation.h29 inline Inode* GetInode();
51 Delegation::GetInode() function in class:Delegation
H A DVnodeToInode.cpp17 status_t result = fFileSystem->GetInode(fID, &fInode);
H A DDirectoryCache.h67 inline Inode* GetInode();
166 DirectoryCache::GetInode() function in class:DirectoryCache
H A DNFS4Server.cpp391 delegation->GetInode()->Stat(&st);
394 change = delegation->GetInode()->Change();
395 if (delegation->GetInode()->Dirty())
H A DFileSystem.h40 status_t GetInode(ino_t id, Inode** inode);
H A DWorkQueue.cpp145 args->fDelegation->GetInode()->RecallDelegation(args->fTruncate);
H A DFileSystem.cpp271 FileSystem::GetInode(ino_t id, Inode** _inode) function in class:FileSystem
H A Dkernel_interface.cpp251 status_t result = fs->GetInode(id, &inode);
746 result = fs->GetInode(id, &inode);

Completed in 72 milliseconds