ladybird/Kernel/FileSystem
Ben Wiederhake 5e48eda218 Kernel: Avoid ninja-import of global variable
This would have caused an issue later when we enable -Wmissing-declarations, as
the compiler didn't see that Kernel::all_inodes() was being used elsewhere, too.
Also, this means that if the type changes later, there's not going to be weird
run-time issues, but rather a nice type error during compile time.
2020-08-12 20:40:59 +02:00
..
BlockBasedFileSystem.cpp Kernel: Fix build break from missing KResult [[nodiscard]] suppressions 2020-08-05 14:06:54 +02:00
BlockBasedFileSystem.h Kernel: Split BlockBasedFileSystem off FileBackedFileSystem 2020-07-05 12:26:27 +02:00
Custody.cpp
Custody.h
DevPtsFS.cpp Kernel: Make Inode::directory_entry_count errors observable. 2020-08-05 10:26:29 +02:00
DevPtsFS.h Kernel: Make Inode::directory_entry_count errors observable. 2020-08-05 10:26:29 +02:00
ext2_fs.h
ext2_types.h
Ext2FileSystem.cpp Kernel: Suppress remaining unobserved KResult return codes 2020-08-05 14:36:48 +02:00
Ext2FileSystem.h Kernel: Make Inode::directory_entry_count errors observable. 2020-08-05 10:26:29 +02:00
FIFO.cpp Kernel: Mark compilation-unit-only functions as static 2020-08-12 20:40:59 +02:00
FIFO.h Kernel: Make File::write() and File::read() return KResultOr<size_t> 2020-08-04 18:17:16 +02:00
File.cpp
File.h Kernel: Make File::write() and File::read() return KResultOr<size_t> 2020-08-04 18:17:16 +02:00
FileBackedFileSystem.cpp Kernel: Split BlockBasedFileSystem off FileBackedFileSystem 2020-07-05 12:26:27 +02:00
FileBackedFileSystem.h Kernel: Split BlockBasedFileSystem off FileBackedFileSystem 2020-07-05 12:26:27 +02:00
FileDescription.cpp Kernel: Make Inode::read_entire() return a KBuffer (not ByteBuffer) 2020-08-11 20:29:14 +02:00
FileDescription.h Kernel: Make Inode::read_entire() return a KBuffer (not ByteBuffer) 2020-08-11 20:29:14 +02:00
FileSystem.cpp
FileSystem.h
Inode.cpp Kernel: Avoid ninja-import of global variable 2020-08-12 20:40:59 +02:00
Inode.h Kernel: Avoid ninja-import of global variable 2020-08-12 20:40:59 +02:00
InodeFile.cpp Kernel: Make File::write() and File::read() return KResultOr<size_t> 2020-08-04 18:17:16 +02:00
InodeFile.h Kernel: Make File::write() and File::read() return KResultOr<size_t> 2020-08-04 18:17:16 +02:00
InodeIdentifier.h
InodeMetadata.h
InodeWatcher.cpp Kernel: Make File::write() and File::read() return KResultOr<size_t> 2020-08-04 18:17:16 +02:00
InodeWatcher.h Kernel: Make File::write() and File::read() return KResultOr<size_t> 2020-08-04 18:17:16 +02:00
Plan9FileSystem.cpp Kernel: Suppress remaining unobserved KResult return codes 2020-08-05 14:36:48 +02:00
Plan9FileSystem.h Kernel: Make Inode::directory_entry_count errors observable. 2020-08-05 10:26:29 +02:00
ProcFS.cpp Kernel: Avoid ninja-import of global variable 2020-08-12 20:40:59 +02:00
ProcFS.h Kernel: Make Inode::directory_entry_count errors observable. 2020-08-05 10:26:29 +02:00
TmpFS.cpp Kernel: Make Inode::directory_entry_count errors observable. 2020-08-05 10:26:29 +02:00
TmpFS.h Kernel: Make Inode::directory_entry_count errors observable. 2020-08-05 10:26:29 +02:00
VirtualFileSystem.cpp Kernel: Propagate a few KResults properly in FileSystem subsystems 2020-08-05 14:36:48 +02:00
VirtualFileSystem.h Kernel: Propagate a few KResults properly in FileSystem subsystems 2020-08-05 14:36:48 +02:00