Searched defs:Link (Results 1 - 25 of 42) sorted by path

12

/haiku/headers/private/fs_shell/
H A DSinglyLinkedList.h52 typedef SinglyLinkedListLink<Element> Link; typedef in class:FSShell::SinglyLinkedListStandardGetLink
71 typedef SinglyLinkedListLink<Element> Link; typedef in class:FSShell::SinglyLinkedListMemberGetLink
97 typedef SinglyLinkedListLink<Element> Link; typedef in class:FSShell::SinglyLinkedList
H A DDoublyLinkedList.h52 typedef DoublyLinkedListLink<Element> Link; typedef in class:FSShell::DoublyLinkedListStandardGetLink
71 typedef DoublyLinkedListLink<Element> Link; typedef in class:FSShell::DoublyLinkedListMemberGetLink
89 typedef DoublyLinkedListLink<Element> Link; typedef in class:FSShell::DoublyLinkedListCLink
114 typedef DoublyLinkedListLink<Element> Link; typedef in class:FSShell::DoublyLinkedList
[all...]
/haiku/headers/private/kernel/util/
H A DHeap.h28 typedef HeapLink<Element, Key> Link; typedef in class:HeapLinkImpl
40 typedef HeapLink<Element, Key> Link; typedef in class:HeapStandardGetLink
50 typedef HeapLink<Element, Key> Link; typedef in class:HeapMemberGetLink
H A DMinMaxHeap.h29 typedef MinMaxHeapLink<Element, Key> Link; typedef in class:MinMaxHeapLinkImpl
41 typedef MinMaxHeapLink<Element, Key> Link; typedef in class:MinMaxHeapStandardGetLink
51 typedef MinMaxHeapLink<Element, Key> Link; typedef in class:MinMaxHeapMemberGetLink
H A DSinglyLinkedList.h49 typedef SinglyLinkedListLink<Element> Link; typedef in class:SinglyLinkedListStandardGetLink
68 typedef SinglyLinkedListLink<Element> Link; typedef in class:SinglyLinkedListMemberGetLink
94 typedef SinglyLinkedListLink<Element> Link; typedef in class:SinglyLinkedList
[all...]
H A DSplayTree.h50 typedef SplayTreeLink<Node> Link; typedef in class:SplayTree
357 typedef SplayTreeLink<Node> Link; typedef in class:IteratableSplayTree
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareVolume.cpp897 ShareVolume::Link(Node* _dir, const char* name, Node* _node) function in class:ShareVolume
H A DVirtualVolume.cpp465 VirtualVolume::Link(Node* dir, const char* name, Node* node) function in class:VirtualVolume
H A DVolume.cpp350 Volume::Link(Node* dir, const char* name, Node* node) function in class:Volume
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DSLList.h24 typedef SLListLink<Element> Link; typedef in class:UserlandFSUtil::SLListLinkImpl
41 typedef SLListLink<Element> Link; typedef in class:UserlandFSUtil::SLListStandardGetLink
64 typedef SLListLink<Element> Link; typedef in class:UserlandFSUtil::SLList
[all...]
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInode.cpp226 Inode::Link(Inode* dir, const char* name) function in class:Inode
H A DNFS4Inode.cpp210 NFS4Inode::Link(Inode* dir, const char* name, ChangeInfo* changeInfo) function in class:NFS4Inode
/haiku/src/add-ons/kernel/file_systems/packagefs/package_links/
H A DPackageLinkDirectory.h43 typedef PackageLinkSymlink Link; typedef in class:PackageLinkDirectory
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DVolume.cpp285 Volume::Link(void* dir, const char* name, void* node) function in class:Volume
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelVolume.cpp303 BeOSKernelVolume::Link(void* dir, const char* name, void* node) function in class:BeOSKernelVolume
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelVolume.cpp587 HaikuKernelVolume::Link(void* _dir, const char* name, void* _node) function in class:HaikuKernelVolume
/haiku/src/system/boot/loader/file_systems/bfs/
H A DLink.cpp13 Link::Link(Volume &volume, block_run run) function in class:BFS::Link
19 Link::Link(Volume &volume, off_t id) function in class:BFS::Link
25 Link::Link(const Stream &stream) function in class:BFS::Link
[all...]
H A DLink.h16 class Link : public File { class in namespace:BFS
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KPagingStructures040.cpp23 typedef SinglyLinkedListLink<M68KPagingStructures040> Link; typedef in struct:PagingStructuresGetLink
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCPagingStructures460.cpp23 typedef SinglyLinkedListLink<PPCPagingStructures460> Link; typedef in struct:PagingStructuresGetLink
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCPagingStructuresClassic.cpp23 typedef SinglyLinkedListLink<PPCPagingStructuresClassic> Link; typedef in struct:PagingStructuresGetLink
/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86PagingStructures32Bit.cpp23 typedef SinglyLinkedListLink<X86PagingStructures32Bit> Link; typedef in struct:PagingStructuresGetLink
/haiku/src/system/kernel/scheduler/
H A DRunQueue.h38 typedef RunQueueLink<Element> Link; typedef in class:RunQueueStandardGetLink
47 typedef RunQueueLink<Element> Link; typedef in class:RunQueueMemberGetLink
/haiku/src/tests/system/kernel/slab/
H A DSlab.h204 typedef BaseCache::ObjectLink Link; typedef in class:MergedLinkCacheStrategy
319 struct Link : ObjectLink, HashTableLink<Link> { struct in struct:BaseHashCacheStrategy
[all...]
/haiku/src/tests/system/kernel/util/
H A DSinglyLinkedListTest.cpp26 class Link { class

Completed in 157 milliseconds

12