Home
last modified time | relevance | path

Searched refs:CreateLinkReply (Results 1 – 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DRequestFactory.cpp86 *request = new(std::nothrow) CreateLinkReply; in CreateRequest()
H A DRequests.cpp164 RequestVisitor::VisitCreateLinkReply(CreateLinkReply* request) in VisitCreateLinkReply()
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DRequests.h115 struct CreateLinkReply;
201 virtual status_t VisitCreateLinkReply(CreateLinkReply* request);
616 struct CreateLinkReply : ReplyRequest { struct
617 CreateLinkReply() : ReplyRequest(CREATE_LINK_REPLY) {} in CreateLinkReply() function
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareVolume.cpp922 CreateLinkReply* reply; in Link()