haiku/headers/private/fs_shell
Jim906 9bb1816c14 block_cache: enable prefetching
* Allocate blocks and add them to the hash table so they are
  available for a future block_cache_get call.
* Make use of prefetching in FAT driver.
* A client filesystem may request to prefetch a block run that
  contains some blocks that are already cached.  The request will
  be truncated at the first such block in the run.
* Fixes #19186.

Change-Id: I8d2e3cff15e5b46569438e0dc085e2b391aa57a5
Reviewed-on: https://review.haiku-os.org/c/haiku/+/8525
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
2024-11-16 18:26:21 +00:00
..
DoublyLinkedList.h kernel/util: Clean-ups to DoublyLinkedList insertion routines. 2023-04-01 12:31:39 -04:00
fssh_api_wrapper.h block_cache: enable prefetching 2024-11-16 18:26:21 +00:00
fssh_atomic.h s/OpenBeOS License/MIT License/ universally, as they're the same thing. 2017-02-09 22:09:56 -05:00
fssh_auto_deleter.h Build fix. 2020-12-10 18:01:22 +01:00
fssh_auto_locker.h
fssh_byte_order.h
fssh_defs.h bfs_shell: fix gcc2 build 2022-11-02 16:21:43 +00:00
fssh_dirent.h dirent: Use an actual flexible-length array for d_name. 2021-11-18 16:34:03 -05:00
fssh_disk_device_defs.h
fssh_disk_device_manager.h
fssh_driver_settings.h libroot: remove delete_driver_settings 2021-05-31 06:51:45 +00:00
fssh_drivers.h trim: Target SCSI UNMAP command instead of WRITE SAME. 2013-11-07 19:03:47 +01:00
fssh_errno.h
fssh_errors.h Remove B_FILE_NOT_FOUND from public headers. 2021-10-19 15:58:54 +00:00
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 s/OpenBeOS License/MIT License/ universally, as they're the same thing. 2017-02-09 22:09:56 -05:00
fssh_fs_cache.h block_cache: enable prefetching 2024-11-16 18:26:21 +00:00
fssh_fs_index.h s/OpenBeOS License/MIT License/ universally, as they're the same thing. 2017-02-09 22:09:56 -05:00
fssh_fs_info.h s/OpenBeOS License/MIT License/ universally, as they're the same thing. 2017-02-09 22:09:56 -05:00
fssh_fs_interface.h Revert "vfs: functions to change a vnode busy status and ID" 2022-03-22 11:38:06 -04:00
fssh_fs_query.h s/OpenBeOS License/MIT License/ universally, as they're the same thing. 2017-02-09 22:09:56 -05:00
fssh_fs_volume.h
fssh_kernel_export.h
fssh_kernel_priv.h xfs : version 5 superblock, checksum header file 2022-06-18 08:32:18 +00:00
fssh_lock.h Added recursive_lock_transfer_lock() to the fs_shell. 2012-03-31 00:09:47 +02:00
fssh_module.h s/OpenBeOS License/MIT License/ universally, as they're the same thing. 2017-02-09 22:09:56 -05:00
fssh_node_monitor.h s/OpenBeOS License/MIT License/ universally, as they're the same thing. 2017-02-09 22:09:56 -05:00
fssh_os.h fs_shell: Change {set_}real_time_clock to match the new definitions. 2017-11-21 15:18:11 +01:00
fssh_stat.h fs_shell: Added socket filetype. 2017-12-10 11:02:59 -05:00
fssh_stdio.h
fssh_string.h
fssh_time.h fixed btrfs_shell 2019-10-08 18:57:27 +02:00
fssh_type_constants.h Move B_MIME_STRING_TYPE to <TypeConstants.h> 2011-11-25 06:19:24 +01:00
fssh_types.h Introduced types [__haiku_]generic_{addr,size}_t which are wide enough for 2010-06-02 18:22:38 +00:00
fssh_uio.h POSIX: make readv() and writev() conform to IEEE Std 1003.1-2001 2021-03-16 12:03:02 +00:00
fssh_unistd.h
KPath.h
SinglyLinkedList.h SinglyLinkedList: The sole Iterator is really ConstIterator. 2024-09-04 14:15:20 -04:00
Stack.h