Lines Matching defs:req_wrap
482 FileHandleReadWrap* req_wrap = FileHandleReadWrap::from_req(req); in ReadStart() local
548 int FileHandle::DoShutdown(ShutdownWrap* req_wrap) { in DoShutdown()
645 FSReqBase* req_wrap = FSReqBase::from_req(req); in AfterNoArgs() local
653 FSReqBase* req_wrap = FSReqBase::from_req(req); in AfterStat() local
662 FSReqBase* req_wrap = FSReqBase::from_req(req); in AfterInteger() local
673 FSReqBase* req_wrap = FSReqBase::from_req(req); in AfterOpenFileHandle() local
697 FSReqBase* req_wrap = FSReqBase::from_req(req); in AfterMkdirp() local
721 FSReqBase* req_wrap = FSReqBase::from_req(req); in AfterStringPath() local
740 FSReqBase* req_wrap = FSReqBase::from_req(req); in AfterStringPtr() local
759 FSReqBase* req_wrap = FSReqBase::from_req(req); in AfterScanDir() local
796 FSReqBase* req_wrap = FSReqBase::from_req(req); in AfterScanDirWithTypes() local
1349 FSReqWrapSync* req_wrap = ContainerOf(&FSReqWrapSync::req, req); in MKDirpSync() local
1416 FSReqBase* req_wrap = FSReqBase::from_req(req); in MKDirpAsync() local
1428 FSReqBase* req_wrap = FSReqBase::from_req(req); in MKDirpAsync() local
1477 FSReqBase* req_wrap = FSReqBase::from_req(req); in MKDirpAsync() local
1507 FSReqWrapSync* req_wrap, const char* path, int mode) { in CallMKDirpSync()