Home
last modified time | relevance | path

Searched refs:GetFileSystem (Results 1 – 19 of 19) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DDirectoryCache.cpp113 entry_cache_remove(fInode->GetFileSystem()->DevId(), fInode->ID(), in Trash()
153 return entry_cache_add(fInode->GetFileSystem()->DevId(), fInode->ID(), in AddEntry()
199 entry_cache_remove(fInode->GetFileSystem()->DevId(), fInode->ID(), in RemoveEntry()
306 notify_attribute_changed(fInode->GetFileSystem()->DevId(), in NotifyChanges()
309 notify_entry_created(fInode->GetFileSystem()->DevId(), in NotifyChanges()
323 notify_attribute_changed(fInode->GetFileSystem()->DevId(), in NotifyChanges()
326 notify_entry_removed(fInode->GetFileSystem()->DevId(), fInode->ID(), in NotifyChanges()
H A DVnodeToInode.cpp42 bool removed = fInode->GetFileSystem()->InoIdMap()->RemoveName(fID, in Unlink()
H A DMetadataCache.cpp82 notify_stat_changed(fInode->GetFileSystem()->DevId(), -1, fInode->ID(), in GrowFile()
184 notify_stat_changed(fInode->GetFileSystem()->DevId(), -1, fInode->ID(), in NotifyChanges()
H A DInode.h29 inline FileSystem* GetFileSystem() const;
208 Inode::GetFileSystem() const in GetFileSystem() function
H A Dkernel_interface.cpp813 delegation->fFileSystem = child->GetFileSystem(); in nfs4_create()
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DRequestThread.cpp36 volume->GetFileSystem()->InitRequestThreadContext(this); in RequestThreadContext()
141 RequestThread::GetFileSystem() const in GetFileSystem() function in RequestThread
H A DUserlandFSServer.h29 static FileSystem* GetFileSystem();
H A DRequestThread.h50 FileSystem* GetFileSystem() const;
H A DUserlandFSServer.cpp162 UserlandFSServer::GetFileSystem() in GetFileSystem() function in UserlandFSServer
H A DVolume.h28 FileSystem* GetFileSystem() const;
H A DVolume.cpp32 Volume::GetFileSystem() const in GetFileSystem() function in Volume
H A Dkernel_emu.cpp118 *fileSystem = thread->GetFileSystem(); in get_port_and_fs()
121 *fileSystem = UserlandFSServer::GetFileSystem(); in get_port_and_fs()
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystemInitializer.h28 inline FileSystem* GetFileSystem() { return fFileSystem; } in GetFileSystem() function
H A DUserlandFS.cpp111 *_fileSystem = fileSystemInitializer->GetFileSystem(); in RegisterFileSystem()
H A DKernelDebug.cpp29 FileSystem* fs = fsInitializer->GetFileSystem(); in DebugUFS()
H A DVolume.h41 inline FileSystem* GetFileSystem() const;
334 Volume::GetFileSystem() const in GetFileSystem() function
H A DKernelRequestHandler.cpp37 fFileSystem(volume->GetFileSystem()), in KernelRequestHandler()
H A Dkernel_interface.cpp125 FileSystem* fileSystem = volume->GetFileSystem(); in userlandfs_unmount()
H A DVolume.cpp76 volume->GetFileSystem()->PutVNodeOps(ops); in Delete()