IORequestArgs
JobIO(reinterpret_cast<IORequestArgs*>(args));
WorkQueue::JobIO(IORequestArgs* args)
IORequestArgs* args = reinterpret_cast<IORequestArgs*>(fArguments);
reinterpret_cast<IORequestArgs*>(args)->fInode->BeginAIOOp();
void JobIO(IORequestArgs* args);
IORequestArgs* args = new(std::nothrow) IORequestArgs;