haiku/headers/private/userlandfs
Ingo Weinhold cdebdeb0aa Some more work towards adjusting the UserlandFS to the current FS interface:
* Split the FSCapabilities bit mask into three bit masks for the FS, the
  volume, and the vnodes, since we have three independent FS interface
  structures, now. The latter is not supported in the kernel add-on, yet.
* Server:
  - Temporarily removed some things from the build (the BeOS interface
    and the cache implementations).
  - Some WIP in HaikuKernelVolume and [haiku_]kernel_emu.{h,cpp}.
  - Added HaikuKernelNode, which wraps fs_vnode for the client FS.
  The server is still quite a bit away from being buildable again.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29323 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-02-26 00:09:43 +00:00
..
legacy We do now provide the BeOS style FS add-ons with the kernel interface they 2007-02-28 22:07:40 +00:00
private Some more work towards adjusting the UserlandFS to the current FS interface: 2009-02-26 00:09:43 +00:00
shared Added the last useful features I dare imagine: A Lock() method and the 2007-03-23 00:03:59 +00:00