haiku/headers/private/kernel/fs
Axel Dörfler e9843da357 KPath: Added LAZY_ALLOC flag.
* This allows KPath to not allocate a buffer when initialized
  without path.
* Added test cases for this.
* Added test for LockBuffer().
* Enhanced tests to allow building them in debug mode.
* Moved calling vfs_normalize_path() into own private method.
* Improved error codes; B_NO_MEMORY is now only returned if the
  allocation actually failed.
* If used with LAZY_ALLOC, Path() and LockBuffer() are now allowed
  to return a NULL path.
2017-04-30 17:14:45 +02:00
..
devfs.h Style cleanup. 2012-10-08 13:59:16 +02:00
fd.h Added dup_foreign_fd() to duplicate a FD from another team. 2009-03-11 00:57:17 +00:00
KPath.h KPath: Added LAZY_ALLOC flag. 2017-04-30 17:14:45 +02:00
node_monitor.h * {add|remove}_node_listener() erroneously had "dev_t" as type of "node". 2008-07-09 13:04:54 +00:00
select_sync_pool.h * Renamed fs/vfs_select.cpp to wait_for_objects.cpp and got rid of 2007-10-02 19:47:31 +00:00