Searched refs:Link (Results 26 - 50 of 66) sorted by relevance

123

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DDirectory.h22 virtual status_t Link(Entry *entry);
H A DDirectory.cpp34 // Link
36 Directory::Link(Entry *entry) function in class:Directory
39 return Node::Link(entry);
163 error = entry->Link(node);
H A DNode.h52 virtual status_t Link(Entry *entry);
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);
/haiku/headers/private/kernel/util/
H A DMinMaxHeap.h29 typedef MinMaxHeapLink<Element, Key> Link; typedef in class:MinMaxHeapLinkImpl
32 inline Link* GetMinMaxHeapLink();
35 Link fMinMaxHeapLink;
41 typedef MinMaxHeapLink<Element, Key> Link; typedef in class:MinMaxHeapStandardGetLink
44 inline Link* operator()(Element* element) const;
51 typedef MinMaxHeapLink<Element, Key> Link; typedef in class:MinMaxHeapMemberGetLink
54 inline Link* operator()(Element* element) const;
/haiku/src/system/kernel/scheduler/
H A DRunQueue.h38 typedef RunQueueLink<Element> Link; typedef in class:RunQueueStandardGetLink
41 inline Link* operator()(Element* element) const;
47 typedef RunQueueLink<Element> Link; typedef in class:RunQueueMemberGetLink
50 inline Link* operator()(Element* element) const;
/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/add-ons/kernel/file_systems/nfs4/
H A DNFS4Inode.h36 status_t Link(Inode* dir, const char* name,
H A DReplyInterpreter.h79 status_t Link(uint64* before, uint64* after, bool& atomic);
H A DRequestBuilder.h43 status_t Link(const char* name);
H A DInode.h60 status_t Link(Inode* dir, const char* name);
H A DNFS4Inode.cpp210 NFS4Inode::Link(Inode* dir, const char* name, ChangeInfo* changeInfo) function in class:NFS4Inode
225 req.Link(name);
240 return reply.Link(&changeInfo->fBefore, &changeInfo->fAfter,
/haiku/headers/private/kernel/
H A DNotifications.h113 Link() { return fLink; } function in class:NotificationService
245 { return service->Link(); }
/haiku/src/system/kernel/posix/
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();
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();
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DVirtualVolume.h70 virtual status_t Link(Node* dir, const char* name,
H A DVolume.h104 virtual status_t Link(Node* dir, const char* name,
H A DVolume.cpp348 // Link
350 Volume::Link(Node* dir, const char* name, Node* node) function in class:Volume
H A DShareVolume.h90 virtual status_t Link(Node* dir, const char* name,
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelVolume.h63 virtual status_t Link(void* dir, const char* name,
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DVolume.h89 virtual status_t Link(void* dir, const char* name,
H A DVolume.cpp283 // Link
285 Volume::Link(void* dir, const char* name, void* node) function in class:Volume
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelVolume.h96 virtual status_t Link(void* dir, const char* name,
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEVolume.h68 virtual status_t Link(void* dir, const char* name,
/haiku/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.h128 status_t Link(void* dir, const char* name,

Completed in 119 milliseconds

123