haiku/headers/private/fs_shell
Axel Dörfler aec945c959 * Removed the O_* modes that we currently don't and probably won't support
(O_MOUNT, O_EXLOCK, and O_SHLOCK). I only left the non-standard O_TEMPORARY
  for the time being (as it shouldn't fool anyone).
* Fixed libutil that already used O_EXLOCK, even though it did not do anything.
* Moved O_NOCACHE, and O_NOFOLLOW to the section with implemented modes.
* Added O_DIRECTORY.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34278 a95241bf-73f2-0310-859d-f6bbb57e9c96
2009-11-26 14:17:46 +00:00
..
DoublyLinkedList.h
fssh_api_wrapper.h * Removed the O_* modes that we currently don't and probably won't support 2009-11-26 14:17:46 +00:00
fssh_atomic.h
fssh_auto_deleter.h
fssh_auto_locker.h
fssh_byte_order.h
fssh_defs.h Added new [FSSH]_B_HAIKU_{32,64}_BIT macros. 2009-11-25 21:21:58 +00:00
fssh_dirent.h
fssh_disk_device_defs.h * Added a flag B_DISK_SYSTEM_SUPPORTS_WRITING to determine whether or not a 2008-10-13 22:32:27 +00:00
fssh_disk_device_manager.h
fssh_driver_settings.h
fssh_drivers.h
fssh_errno.h
fssh_errors.h
fssh_fcntl.h * Removed the O_* modes that we currently don't and probably won't support 2009-11-26 14:17:46 +00:00
fssh_fs_attr.h
fssh_fs_cache.h * Added function block_cache_discard() that flushes blocks from the block cache, 2008-11-04 14:49:33 +00:00
fssh_fs_index.h
fssh_fs_info.h
fssh_fs_interface.h Removed the fs_vnode_ops::create_dir() parameter for returning the ID of the 2009-03-26 00:16:34 +00:00
fssh_fs_query.h
fssh_fs_volume.h
fssh_kernel_export.h
fssh_kernel_priv.h
fssh_lock.h
fssh_module.h
fssh_node_monitor.h
fssh_os.h
fssh_stat.h * Added real_time_clock(), and real_time_clock_usecs(). 2009-06-12 09:31:25 +00:00
fssh_stdio.h
fssh_string.h
fssh_time.h * Introduced new header directory "config", which ATM contains HaikuConfig.h 2009-11-24 19:44:07 +00:00
fssh_type_constants.h
fssh_types.h * Added B_PRIdTIME and B_PRIiTIME macros (for time_t). 2009-11-25 12:02:20 +00:00
fssh_uio.h
fssh_unistd.h
KPath.h
SinglyLinkedList.h
Stack.h