Searched refs:Link (Results 1 - 25 of 66) sorted by last modified time

123

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A Dkernel_interface.cpp619 error = clobberEntry->Link(node);
H A DNode.cpp116 // Link
118 Node::Link(Entry *entry) function in class:Node
120 PRINT("Node[%" B_PRIdINO "]::Link(): %" B_PRId32 " ->...\n", fID, fRefCount);
H A DEntry.cpp22 Link(node);
39 // Link
41 Entry::Link(Node *node) function in class:Entry
50 status_t error = node->Link(this);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.cpp1283 FUSEVolume::Link(void* _dir, const char* name, void* _node) function in class:FUSEVolume
1287 PRINT(("FUSEVolume::Link(%p (%" B_PRId64 "), \"%s\" -> %p (%" B_PRId64
H A DFUSEVolume.h68 virtual status_t Link(void* dir, const char* name,
/haiku/src/system/kernel/posix/
H A Dxsi_semaphore.cpp469 XsiSemaphoreSet*& Link() function in class:__anon4::XsiSemaphoreSet
511 return variable->Link();
540 Ipc*& Link() function in class:__anon4::Ipc
573 return variable->Link();
H A Dxsi_message_queue.cpp228 XsiMessageQueue*& Link() function in class:__anon2::XsiMessageQueue
270 return variable->Link();
299 Ipc*& Link() function in class:__anon2::Ipc
332 return variable->Link();
/haiku/headers/private/kernel/util/
H A DDoublyLinkedQueue.h31 typedef DoublyLinkedListLink<Element> Link; typedef in class:DoublyLinkedQueue
182 Link *elLink = sGetLink(element);
203 Link *beforeLink = sGetLink(before);
204 Link *link = sGetLink(element);
237 Link *elLink = sGetLink(element);
255 Link *aLink = sGetLink(a);
256 Link *bLink = sGetLink(b);
292 Link *elLink;
311 Link *elLink = sGetLink(element);
H A DDoublyLinkedList.h53 typedef DoublyLinkedListLink<Element> Link; typedef in class:DoublyLinkedListStandardGetLink
56 inline Link* operator()(Element* element) const
61 inline const Link* operator()(const Element* element) const
72 typedef DoublyLinkedListLink<Element> Link; typedef in class:DoublyLinkedListMemberGetLink
75 inline Link* operator()(Element* element) const
80 inline const Link* operator()(const Element* element) const
90 typedef DoublyLinkedListLink<Element> Link; typedef in class:DoublyLinkedListCLink
93 inline Link* operator()(Element* element) const
95 return (Link*)&element->link;
98 inline const Link* operato
115 typedef DoublyLinkedListLink<Element> Link; typedef in class:DoublyLinkedList
[all...]
/haiku/src/system/boot/loader/file_systems/bfs/
H A DStream.cpp13 #include "Link.h"
429 return new(nothrow) Link(stream);
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp1750 // Link
1752 Volume::Link(void* _dir, const char* name, void* node) function in class:Volume
/haiku/headers/private/fs_shell/
H A DDoublyLinkedList.h52 typedef DoublyLinkedListLink<Element> Link; typedef in class:FSShell::DoublyLinkedListStandardGetLink
55 inline Link *operator()(Element *element) const
60 inline const Link *operator()(const Element *element) const
71 typedef DoublyLinkedListLink<Element> Link; typedef in class:FSShell::DoublyLinkedListMemberGetLink
74 inline Link *operator()(Element *element) const
79 inline const Link *operator()(const Element *element) const
89 typedef DoublyLinkedListLink<Element> Link; typedef in class:FSShell::DoublyLinkedListCLink
92 inline Link *operator()(Element *element) const
94 return (Link *)&element->link;
97 inline const Link *operato
114 typedef DoublyLinkedListLink<Element> Link; typedef in class:FSShell::DoublyLinkedList
[all...]
/haiku/src/apps/haikudepot/packagemanagement/
H A DOpenPackageProcess.cpp144 if (fDeskbarLink.Link().FindFirst('/') == 0) {
145 status = path.SetTo(fDeskbarLink.Link());
165 status = path.Append(fDeskbarLink.Link(), true);
184 BString target = fDeskbarLink.Link();
H A DPackageManager.cpp224 BPath linkPath(link.Link());
/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMPagingStructures32Bit.cpp23 typedef SinglyLinkedListLink<ARMPagingStructures32Bit> Link; typedef in struct:PagingStructuresGetLink
26 inline Link* operator()(ARMPagingStructures32Bit* element) const
28 return (Link*)element->GetSinglyLinkedListLink();
31 inline const Link* operator()(
34 return (const Link*)element->GetSinglyLinkedListLink();
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DReplyInterpreter.cpp262 ReplyInterpreter::Link(uint64* before, uint64* after, bool& atomic) function in class:ReplyInterpreter
H A Dkernel_interface.cpp575 return inode->Link(dirInode, name);
H A DRequestBuilder.cpp315 RequestBuilder::Link(const char* name) function in class:RequestBuilder
/haiku/headers/private/kernel/
H A DNotifications.h113 Link() { return fLink; } function in class:NotificationService
245 { return service->Link(); }
/haiku/src/apps/haikudepot/model/
H A DDeskbarLink.cpp75 DeskbarLink::Link() const function in class:DeskbarLink
101 fLink = other.Link();
H A DDeskbarLink.h32 const BString Link() const;
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DUserlandRequestHandler.cpp951 result = volume->Link(request->node,
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.h31 typedef DoublyLinkedListLink<Inode> Link; typedef in class:Inode
202 Link* GetDoublyLinkedListLink()
203 { return (Link*)TransactionListener
205 const Link* GetDoublyLinkedListLink() const
206 { return (Link*)TransactionListener
/haiku/src/system/kernel/vm/
H A DVMKernelArea.h98 typedef DoublyLinkedListLink<VMKernelAddressRange> Link; typedef in struct:VMKernelAddressRangeGetFreeListLink
100 inline Link* operator()(VMKernelAddressRange* range) const
105 inline const Link* operator()(const VMKernelAddressRange* range) const
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A Dnetfs.cpp542 status_t error = dir->GetVolume()->Link(dir, name, node);

Completed in 141 milliseconds

123