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
KPath.h KPath: Added LAZY_ALLOC flag. 2017-04-30 17:14:45 +02:00
node_monitor.h
select_sync_pool.h