Searched defs:entry (Results 276 - 300 of 575) sorted by path

<<11121314151617181920>>

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DIndex.cpp80 Entry *entry = it.GetCurrent(); local
142 Entry *entry = NULL; local
H A DLastModifiedIndex.cpp264 Entry *entry = GetCurrent(); local
H A DNameIndex.cpp18 NameIndexPrimaryKey(const Entry *entry, argument
24 const Entry *entry; member in class:NameIndexPrimaryKey
135 Changed(Entry *entry, const char *oldName) argument
155 EntryAdded(Entry *entry) argument
167 EntryRemoved(Entry *entry) argument
222 _UpdateLiveQueries(Entry* entry, const char* oldName, const char* newName) argument
260 Entry *entry = GetCurrent(); local
[all...]
H A DNode.cpp118 Node::Link(Entry *entry) argument
132 Node::Unlink(Entry *entry) argument
[all...]
H A DQuery.cpp131 static ino_t EntryGetParentID(Entry* entry) argument
136 static Node* EntryGetNode(Entry* entry) argument
141 static ino_t EntryGetNodeID(Entry* entry) argument
146 EntryGetName(Entry* entry, void* buffer, size_t bufferSize) argument
157 EntryGetNameNoCopy(Entry* entry, void* buffer, size_t bufferSize) argument
264 NodeGetNextReferrer(Node* node, Entry* entry) argument
327 GetNextEntry(struct dirent* entry, size_t size) argument
334 LiveUpdate(Entry* entry, Node* node, const char* attribute, int32 type, const void* oldKey, size_t oldLength, const void* newKey, size_t newLength) argument
[all...]
H A DSizeIndex.cpp263 Entry *entry = GetCurrent(); local
H A DVolume.cpp496 Volume::EntryAdded(ino_t id, Entry *entry) argument
527 EntryRemoved(ino_t id, Entry *entry) argument
558 FindEntry(ino_t id, const char *name, Entry **entry) argument
571 AddEntryListener(EntryListener *listener, Entry *entry, uint32 flags) argument
591 RemoveEntryListener(EntryListener *listener, Entry *entry) argument
707 UpdateLiveQueries(Entry *entry, Node* node, const char *attribute, int32 type, const uint8 *oldKey, size_t oldLength, const uint8 *newKey, size_t newLength) argument
[all...]
H A DVolume.h78 inline EntryListenerValue(EntryListener *listener, Entry *entry, argument
86 Entry *entry; member in class:EntryListenerValue
[all...]
H A Dkernel_interface.cpp477 Entry *entry = NULL; local
521 Entry *entry local
574 Entry *entry = NULL; local
1062 Node *entry = fIterator.GetDirectory(); local
1077 Entry *entry = NULL; local
1204 Entry *entry = NULL; local
[all...]
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DDirItem.h85 DirEntry *entry = NULL; local
[all...]
H A DIterators.cpp1147 DirEntry *entry = fDirItem.EntryAt(fIndex); local
1209 DirEntry *entry = fDirItem.EntryAt(fIndex); local
[all...]
H A DSettings.cpp135 const char *entry = NULL; local
196 String &entry local
[all...]
H A DVolume.cpp363 DirEntry *entry = dirItem.EntryAt(index); local
401 DirEntry *entry = item.EntryAt(entryIndex); local
598 DirEntry *entry = item.EntryAt(index); local
636 DirEntry *entry = item.EntryAt(index); local
[all...]
H A Dkernel_interface.cpp559 DirEntry *entry = NULL; local
[all...]
/haiku/src/add-ons/kernel/file_systems/udf/
H A DIcb.cpp43 file_id_descriptor *entry = (file_id_descriptor *)data; local
131 file_icb_entry *entry = (file_icb_entry *)header; local
135 extended_file_icb_entry *entry local
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DFileSystem.cpp207 SelectSyncMap::Entry entry = it.Next(); local
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEEntry.h58 FUSEEntry* entry = new(std::nothrow) FUSEEntry; local
101 FUSEEntry* entry = entries.Head(); local
[all...]
H A DFUSEVolume.cpp108 const Entry& entry = fEntries[index]; local
783 FUSEEntry* entry = node != NULL ? FUSEEntry::Create(node, "/", node) : NULL; local
960 FUSEEntry* entry = node->entries.Head(); local
2720 FUSEEntry* entry = dir->entries.Head(); local
2730 FUSEEntry* entry = fEntries.Lookup(FUSEEntryRef(dir->id, entryName)); local
2838 _RemoveEntry(FUSEEntry* entry) argument
2853 FUSEEntry* entry = fEntries.Lookup(FUSEEntryRef(dir->id, name)); local
2868 FUSEEntry* entry = fEntries.Lookup(FUSEEntryRef(oldDir->id, oldName)); local
3292 FUSEEntry* entry = node->entries.Head(); local
3346 FUSEEntry* entry; local
3478 FUSEEntry* entry; local
[all...]
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DBPlusTree.cpp475 void* entry; // This could be unused entry so we should check local
781 ExtentDataEntry* entry local
[all...]
H A DExtent.cpp157 void* entry; // This could be unused entry so we should check local
233 ExtentDataEntry* entry = (ExtentDataEntry*)(fBlockBuffer + offset); local
[all...]
H A DInode.cpp361 UnWrapExtentFromWrappedEntry(uint64 wrappedExtent[2], ExtentMapEntry* entry) argument
H A DInode.h352 hashLowerBound(T* entry, int& left, int& right, uint32 hashValueOfRequest) argument
H A DLeafAttribute.cpp248 AttrLeafEntry* entry = local
286 AttrLeafEntry* entry = (AttrLeafEntry*)(fLeafBuffer + AttrLeafHeader::Size(fInode)); local
H A DLeafDirectory.cpp240 void* entry; // This could be unused entry so we should check local
373 ExtentDataEntry* entry = (ExtentDataEntry*)(fDataBuffer + offset); local
[all...]
H A DNode.cpp269 void* entry; // This could be unused entry so we should check local
431 ExtentDataEntry* entry = (ExtentDataEntry*)(fDataBuffer + offset); local
[all...]

Completed in 135 milliseconds

<<11121314151617181920>>