sortix-mirror/ext
Jonas 'Sortie' Termansen 1e671aa8cd Rename struct kernel_dirent::d_off to d_nextoff.
The d_off field exists on other operating systems and the kernel used the
field in an incompatible manner. The easy solution is to call the field
something else and later address the design mistake.
2014-03-01 14:37:40 +01:00
..
.gitignore Add ext2 filesystem implementation. 2013-12-17 14:30:46 +01:00
Makefile Add ext2 filesystem implementation. 2013-12-17 14:30:46 +01:00
block.cpp Add ext2 filesystem implementation. 2013-12-17 14:30:46 +01:00
block.h Add ext2 filesystem implementation. 2013-12-17 14:30:46 +01:00
blockgroup.cpp Add ext2 filesystem implementation. 2013-12-17 14:30:46 +01:00
blockgroup.h Add ext2 filesystem implementation. 2013-12-17 14:30:46 +01:00
device.cpp Add ext2 filesystem implementation. 2013-12-17 14:30:46 +01:00
device.h Add ext2 filesystem implementation. 2013-12-17 14:30:46 +01:00
ext-constants.h Add ext2 filesystem implementation. 2013-12-17 14:30:46 +01:00
ext-structs.h Add ext2 filesystem implementation. 2013-12-17 14:30:46 +01:00
extfs.cpp Rename struct kernel_dirent::d_off to d_nextoff. 2014-03-01 14:37:40 +01:00
filesystem.cpp Add ext2 filesystem implementation. 2013-12-17 14:30:46 +01:00
filesystem.h Add ext2 filesystem implementation. 2013-12-17 14:30:46 +01:00
inode.cpp Add ext2 filesystem implementation. 2013-12-17 14:30:46 +01:00
inode.h Add ext2 filesystem implementation. 2013-12-17 14:30:46 +01:00
ioleast.cpp Add ext2 filesystem implementation. 2013-12-17 14:30:46 +01:00
ioleast.h Add ext2 filesystem implementation. 2013-12-17 14:30:46 +01:00
util.h Add ext2 filesystem implementation. 2013-12-17 14:30:46 +01:00