Searched defs:dirID (Results 1 - 16 of 16) 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) argument
21 entry_cache_add_missing(dev_t mountID, ino_t dirID, const char* name) argument
28 entry_cache_remove(dev_t mountID, ino_t dirID, const char* name) argument
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DVNode.cpp63 VNode::VNode(uint32 dirID, uint32 objectID) argument
85 VNode::SetTo(uint32 dirID, uint32 objectID) argument
103 VNode::SetParentID(uint32 dirID, uint32 objectID) argument
H A DVNode.h64 static ino_t GetIDFor(uint32 dirID, uint32 objectID) argument
H A DKey.h57 void SetTo(uint32 dirID, uint32 objectID, uint64 offset, uint32 type, argument
176 VKey(uint32 dirID, uint32 objectID, uint64 offset, uint32 type, argument
198 void SetTo(uint32 dirID, uint32 objectID, uint64 offset, uint32 type, argument
H A DTree.cpp166 Tree::FindDirEntry(uint32 dirID, uint32 objectID, const char *name, argument
180 Tree::FindDirEntry(uint32 dirID, uint32 objectID, const char *name, argument
236 Tree::FindStatItem(uint32 dirID, uint32 objectID, StatItem *item) argument
H A DVolume.cpp337 Volume::FindVNode(uint32 dirID, uint32 objectID, VNode *node) argument
499 Volume::IsNegativeEntry(uint32 dirID, uint32 objectID) argument
H A Dkernel_interface.cpp449 DirectoryCookie(Tree *tree, uint32 dirID, uint32 objectID, argument
563 uint32 dirID = entry->GetDirID(); local
H A DIterators.cpp828 ObjectItemIterator::ObjectItemIterator(Tree *tree, uint32 dirID, argument
853 ObjectItemIterator::SetTo(Tree *tree, uint32 dirID, uint32 objectID, argument
1057 DirEntryIterator(Tree *tree, uint32 dirID, uint32 objectID, uint64 startOffset, bool fixedHash) argument
1084 SetTo(Tree *tree, uint32 dirID, uint32 objectID, uint64 startOffset, bool fixedHash) argument
1262 StreamReader(Tree *tree, uint32 dirID, uint32 objectID) argument
1285 SetTo(Tree *tree, uint32 dirID, uint32 objectID) argument
[all...]
/haiku/src/system/kernel/fs/
H A DEntryCache.cpp106 EntryCache::Add(ino_t dirID, const char* name, ino_t nodeID, bool missing) argument
148 EntryCache::Remove(ino_t dirID, const char* name) argument
176 EntryCache::Lookup(ino_t dirID, const char* name, ino_t& _nodeID, argument
H A DEntryCache.h18 EntryCacheKey(ino_t dirID, const char* name) argument
H A Dvfs.cpp3100 ino_t dirID; local
4087 entry_cache_add(dev_t mountID, ino_t dirID, const char* name, ino_t nodeID) argument
4102 entry_cache_add_missing(dev_t mountID, ino_t dirID, const char* name) argument
4117 entry_cache_remove(dev_t mountID, ino_t dirID, const char* name) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolume.cpp273 Volume::GetEntry(ino_t dirID, const char* name) argument
H A DClientVolume.cpp328 ClientVolume::GetEntry(dev_t volumeID, ino_t dirID, const char* name) argument
356 ClientVolume::LoadEntry(dev_t volumeID, ino_t dirID, const char* name, argument
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVirtualVolume.cpp153 vnode_id dirID = fRootNode->GetID(); local
182 vnode_id dirID = fRootNode->GetID(); local
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp3345 ino_t dirID = buffer->directory->id; local
3477 ino_t dirID = buffer->directory->id; local
/haiku/src/tools/fs_shell/
H A Dvfs.cpp2275 fssh_entry_cache_add(fssh_dev_t mountID, fssh_ino_t dirID, const char* name, argument
2284 fssh_entry_cache_add_missing(fssh_dev_t mountID, fssh_ino_t dirID, argument
2293 fssh_entry_cache_remove(fssh_dev_t mountID, fssh_ino_t dirID, const char* name) argument

Completed in 126 milliseconds