Searched refs:entry_cache_add (Results 1 - 12 of 12) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A Dentry_cache.cpp14 entry_cache_add(dev_t mountID, ino_t dirID, const char* name, ino_t nodeID) function
/haiku/headers/os/drivers/
H A Dfs_cache.h106 extern status_t entry_cache_add(dev_t mountID, ino_t dirID, const char* name,
/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dkernel_interface.cpp475 entry_cache_add(volume->ID(), directory->ID(), name, *_vnodeID);
772 entry_cache_add(volume->ID(), directory->ID(), name, *_vnodeID);
848 entry_cache_add(volume->ID(), directory->ID(), name, id);
924 entry_cache_add(volume->ID(), directory->ID(), name, id);
1123 entry_cache_add(volume->ID(), newDirectory->ID(), newName, oldID);
1128 entry_cache_add(volume->ID(), newDirectory->ID(), oldName, oldID);
1357 entry_cache_add(volume->ID(), directory->ID(), name, id);
1428 entry_cache_add(volume->ID(), directory->ID(), name, id);
1429 entry_cache_add(volume->ID(), id, "..", id);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dkernel_interface.cpp614 entry_cache_add(volume->ID(), directory->ID(), file, *_vnodeID);
1038 entry_cache_add(volume->ID(), directory->ID(), name, *_vnodeID);
1113 entry_cache_add(volume->ID(), directory->ID(), name, id);
1162 entry_cache_add(volume->ID(), directory->ID(), name, id);
1316 entry_cache_add(volume->ID(), id, "..", newDirectory->ID());
1330 entry_cache_add(volume->ID(), newDirectory->ID(), newName, id);
1340 entry_cache_add(volume->ID(), oldDirectory->ID(), oldName, id);
1655 entry_cache_add(volume->ID(), directory->ID(), name, id);
1690 entry_cache_add(volume->ID(), directory->ID(), name, id);
1691 entry_cache_add(volum
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DDirectoryCache.cpp153 return entry_cache_add(fInode->GetFileSystem()->DevId(), fInode->ID(),
/haiku/src/system/kernel/fs/
H A Drootfs.cpp498 entry_cache_add(fs->volume->id, dir->id, name, vnode->id);
689 entry_cache_add(fs->volume->id, dir->id, name, vnode->id);
942 entry_cache_add(fs->volume->id, dir->id, name, vnode->id);
1044 entry_cache_add(fs->volume->id, toDirectory->id, toName, vnode->id);
1195 entry_cache_add(fs->volume->id, dir->id, name, vnode->id);
H A Dvfs.cpp4087 entry_cache_add(dev_t mountID, ino_t dirID, const char* name, ino_t nodeID) function
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dkernel_interface.cpp396 entry_cache_add(volume->ID(), directory->ID(), name, *_vnodeID);
698 entry_cache_add(volume->ID(), directory->ID(), name, id);
741 entry_cache_add(volume->ID(), directory->ID(), name, inode->ID());
787 entry_cache_add(volume->ID(), directory->ID(), name, id);
788 entry_cache_add(volume->ID(), id, "..", id);
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dkernel_interface.cpp571 result = entry_cache_add(_volume->id, directory->inode, name, *_vnodeID);
758 entry_cache_add(_volume->id, directory->inode, name, inode);
1059 entry_cache_add(_volume->id, ino, "..", new_directory->inode);
1064 entry_cache_add(_volume->id, new_directory->inode, newName, ino);
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A Dkernel_interface.cpp227 entry_cache_add(volume->GetID(), dir->GetID(), entryName,
/haiku/src/add-ons/kernel/file_systems/exfat/
H A Dkernel_interface.cpp407 entry_cache_add(volume->ID(), directory->ID(), name, *_vnodeID);
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h877 #define entry_cache_add fssh_entry_cache_add macro

Completed in 295 milliseconds