ladybird/Kernel/FileSystem/FATFS
kleines Filmröllchen d1e6e6110d Kernel/FileSystem: Rename logical_block_size -> device_block_size
This never was a logical block size, it always was a device specific
block size. Ideally the block size would change in accordance to
whatever the driver wants to use, but that is a change for the future.
For now, let's get rid of this confusing naming.
2023-07-28 14:51:07 +02:00
..
Definitions.h
FileSystem.cpp Kernel/FileSystem: Rename logical_block_size -> device_block_size 2023-07-28 14:51:07 +02:00
FileSystem.h Kernel/FileSystem: Pass last mount point guest inode to unmount prepare 2023-07-15 00:12:01 +02:00
Inode.cpp Kernel/FileSystem: Rename logical_block_size -> device_block_size 2023-07-28 14:51:07 +02:00
Inode.h