haiku/src/system/kernel/fs
Axel Dörfler 140e3bb026 Instead of the ugly and unnecessary cookie union, we now have a cookie for
opened devices, and one for opened directories.
Also adds and removes those directory cookies correctly now.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12855 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-05-27 00:43:01 +00:00
..
bootfs.c Merged the disk device manager module interface for file systems with the 2005-05-23 17:15:56 +00:00
devfs.cpp Instead of the ugly and unnecessary cookie union, we now have a cookie for 2005-05-27 00:43:01 +00:00
fd.c Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
IOScheduler.cpp Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
IOScheduler.h Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
Jamfile This should fix the build after all the kernel/system renaming. 2005-04-13 13:59:17 +00:00
KPath.cpp Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
message.c Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
node_monitor.cpp Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
pipefs.cpp Merged the disk device manager module interface for file systems with the 2005-05-23 17:15:56 +00:00
rootfs.c Removing the cookie must be locked as well, of course. 2005-05-27 00:41:00 +00:00
vfs_select.cpp Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
vfs_select.h Renamed system/core to system/kernel. 2005-04-13 13:22:10 +00:00
vfs.cpp fs_mount() and get_file_system() can now both handle file system names 2005-05-23 18:22:04 +00:00