MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / vioctl

Method vioctl

fs/exportfs.cpp:317–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315 }
316 };
317 virtual int vioctl(int request, va_list args) override
318 {
319 AsyncWaiter<int> w;
320 auto done = w.done();
321 uint64_t timeout = -1;
322 PERFORM(OPID_VIOCTL, m_file->vioctl(request, args));
323 return w.wait();
324 }
325 };
326 class ExportAsAsyncDIR : public ExportBase, public AsyncDIR
327 {

Callers

nothing calls this directly

Calls 2

doneMethod · 0.45
waitMethod · 0.45

Tested by

no test coverage detected