Searched refs:entry_cache_add_missing (Results 1 - 9 of 9) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A Dentry_cache.cpp21 entry_cache_add_missing(dev_t mountID, ino_t dirID, const char* name) function
/haiku/headers/os/drivers/
H A Dfs_cache.h108 extern status_t entry_cache_add_missing(dev_t mountID, ino_t dirID,
/haiku/src/add-ons/kernel/file_systems/exfat/
H A Dkernel_interface.cpp402 entry_cache_add_missing(volume->ID(), directory->ID(), name);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dkernel_interface.cpp393 entry_cache_add_missing(volume->ID(), directory->ID(), name);
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h878 #define entry_cache_add_missing fssh_entry_cache_add_missing macro
/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dkernel_interface.cpp472 entry_cache_add_missing(volume->ID(), directory->ID(), name);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dkernel_interface.cpp609 entry_cache_add_missing(volume->ID(), directory->ID(), file);
/haiku/src/add-ons/kernel/file_systems/fat/
H A Dkernel_interface.cpp794 entry_cache_add_missing(volume->id, fatDir->de_inode, bsdName.Data()->cn_nameptr);
/haiku/src/system/kernel/fs/
H A Dvfs.cpp4104 entry_cache_add_missing(dev_t mountID, ino_t dirID, const char* name) function

Completed in 123 milliseconds