Lines Matching refs:ccb
1927 ccb* ccb;
1943 ccb = FileObject->FsContext2;
1949 if (ccb) {
1950 if (ccb->query_string.Buffer)
1951 RtlFreeUnicodeString(&ccb->query_string);
1953 if (ccb->filename.Buffer)
1954 ExFreePool(ccb->filename.Buffer);
1957 fileref = ccb->fileref;
1964 if (ccb->send) {
1965 ccb->send->cancelling = true;
1967 KeSetEvent(&ccb->send->cleared_event, 0, false);
1973 while (ccb->send) {
1980 ExFreePool(ccb);
2053 send->ccb = NULL;
2485 ccb* ccb;
2489 ccb = FileObject->FsContext2;
2490 fileref = ccb ? ccb->fileref : NULL;
2503 if (ccb)
2504 FsRtlNotifyCleanup(fcb->Vcb->NotifySync, &fcb->Vcb->DirNotifyList, ccb);
2506 if (ccb && ccb->options & FILE_DELETE_ON_CLOSE && fileref)
2518 if (ccb && ccb->reserving) {
2520 ccb->reserving = false;
4386 ccb* root_ccb = NULL;
4962 root_ccb = ExAllocatePoolWithTag(PagedPool, sizeof(ccb), ALLOC_TAG);
4974 RtlZeroMemory(root_ccb, sizeof(ccb));
4976 root_ccb->NodeSize = sizeof(ccb);