haiku/src/system/kernel/fs
Ingo Weinhold 7a9b8baa54 Made vnode::type private, renamed it to fType, and added accessor methods. It
stores the value right-shifted by 12 bits, now, since those bits are not
relevant. This saves some bits and also resolves a TODO.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34842 a95241bf-73f2-0310-859d-f6bbb57e9c96
2010-01-01 20:43:20 +00:00
..
fd.cpp Changed the FD selection/deselection handling a bit: 2009-08-15 16:28:15 +00:00
fifo.cpp * All scheduler implementations: 2009-12-13 21:18:27 +00:00
fifo.h
Jamfile Make the overlay filesystem a standalone module. It can now be mounted as an 2009-02-14 20:57:15 +00:00
KPath.cpp Normalize() didn't update fPathLength correctly. This did probably screw 2008-09-27 19:11:40 +00:00
node_monitor.cpp Fixed spelling. 2009-11-20 07:10:23 +00:00
rootfs.cpp Replaced the rootfs mutex by an rw_lock. To avoid race conditions in the 2009-12-31 17:11:52 +00:00
socket.cpp * The network syscalls now check if you try to pass a non-userland address to 2009-10-13 07:19:18 +00:00
vfs_boot.cpp * Removed /system/etc directory. 2009-11-10 14:26:42 +00:00
vfs_boot.h
vfs_net_boot.cpp * Removed -Wno-unused from all KernelMergeObjects in kernel Jamfiles. 2008-07-04 23:14:19 +00:00
vfs_net_boot.h
vfs_request_io.cpp - Fix typo that broke the GCC4 build but not the GCC2 build. 2009-10-11 17:31:00 +00:00
vfs.cpp Made vnode::type private, renamed it to fType, and added accessor methods. It 2010-01-01 20:43:20 +00:00