Searched refs:IterativeIOGetVecsReply (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/headers/private/userlandfs/private/
H A DRequests.h630 // IterativeIOGetVecsReply
631 class IterativeIOGetVecsReply : public ReplyRequest { class in namespace:UserlandFSUtil
633 IterativeIOGetVecsReply() : ReplyRequest(ITERATIVE_IO_GET_VECS_REPLY) {} function in class:UserlandFSUtil::IterativeIOGetVecsReply
2054 return task((IterativeIOGetVecsReply*)request);
2451 using UserlandFSUtil::IterativeIOGetVecsReply;
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/
H A DUserlandRequestHandler.cpp632 file_io_vec vecs[IterativeIOGetVecsReply::MAX_VECS];
633 size_t vecCount = IterativeIOGetVecsReply::MAX_VECS;
640 (uint32)IterativeIOGetVecsReply::MAX_VECS);
646 IterativeIOGetVecsReply* reply;
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/kernel_add_on/
H A DVolume.cpp4734 (size_t)IterativeIOGetVecsReply::MAX_VECS);
4739 IterativeIOGetVecsReply* reply;

Completed in 46 milliseconds