haiku/headers/private/fs_shell
Michael Lotz efb0a3a853 EntryCache: Add entry_cache_add_missing() for negative caching.
It provides a way for filesystems to cache a lookup failure and
therefore prevents repeated lookups of missing entries. This is a
common scenario for example in command lookup and compiling, where
each directory in PATH or each include directory is searched for the
given entry.
2015-08-20 21:25:56 +02:00
..
DoublyLinkedList.h
fssh_api_wrapper.h EntryCache: Add entry_cache_add_missing() for negative caching. 2015-08-20 21:25:56 +02:00
fssh_atomic.h
fssh_auto_deleter.h
fssh_auto_locker.h
fssh_byte_order.h
fssh_defs.h
fssh_dirent.h
fssh_disk_device_defs.h
fssh_disk_device_manager.h
fssh_driver_settings.h
fssh_drivers.h
fssh_errno.h
fssh_errors.h
fssh_fcntl.h
fssh_fs_attr.h
fssh_fs_cache.h EntryCache: Add entry_cache_add_missing() for negative caching. 2015-08-20 21:25:56 +02:00
fssh_fs_index.h
fssh_fs_info.h
fssh_fs_interface.h fs_shell: Added missing new permission check function. 2014-10-25 19:31:15 +02: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
fssh_stdio.h
fssh_string.h
fssh_time.h
fssh_type_constants.h
fssh_types.h
fssh_uio.h
fssh_unistd.h
KPath.h
SinglyLinkedList.h
Stack.h