Home
last modified time | relevance | path

Searched refs:ccb (Results 1 – 16 of 16) sorted by relevance

/reactos/drivers/filesystems/btrfs/
H A Ddirctrl.c741 ccb* ccb; in query_directory() local
758 fileref = ccb ? ccb->fileref : NULL; in query_directory()
763 if (!ccb) { in query_directory()
815 ccb->query_dir_offset = 0; in query_directory()
822 ccb->has_wildcard = false; in query_directory()
923 if (ccb->case_sensitive) { in query_directory()
930 …>name.Length == ccb->query_string.Length && RtlCompareMemory(dc2->name.Buffer, ccb->query_string.B… in query_directory()
1084 ccb* ccb = FileObject->FsContext2; in notify_change_directory() local
1085 file_ref* fileref = ccb ? ccb->fileref : NULL; in notify_change_directory()
1090 if (!ccb) { in notify_change_directory()
[all …]
H A Dreparse.c33 ccb* ccb = FileObject->FsContext2; in get_reparse_point() local
38 if (!ccb) in get_reparse_point()
45 if (ccb->lxss) { in get_reparse_point()
289 if (!ccb || !ccb->user_set_change_time) in set_symlink()
292 if (!ccb || !ccb->user_set_write_time) in set_symlink()
390 if (!ccb || !ccb->user_set_change_time) in set_reparse_point2()
393 if (!ccb || !ccb->user_set_write_time) in set_reparse_point2()
417 ccb* ccb; in set_reparse_point() local
437 if (!ccb) { in set_reparse_point()
489 ccb* ccb; in delete_reparse_point() local
[all …]
H A Dfastio.c26 ccb* ccb; in _Function_class_() local
46 ccb = FileObject->FsContext2; in _Function_class_()
48 if (!ccb) { in _Function_class_()
59 if (!ccb->fileref || !ccb->fileref->parent || !ccb->fileref->parent->fcb) { in _Function_class_()
100 ccb* ccb; in _Function_class_() local
116 ccb = FileObject->FsContext2; in _Function_class_()
133 if (!ccb || !ccb->fileref || !ccb->fileref->parent || !ccb->fileref->parent->fcb) { in _Function_class_()
162 fsi->DeletePending = ccb->fileref ? ccb->fileref->delete_on_close : false; in _Function_class_()
202 ccb* ccb; in _Function_class_() local
224 if (!ccb) { in _Function_class_()
[all …]
H A Dfileinfo.c193 ccb* ccb = FileObject->FsContext2; in set_basic_information() local
194 file_ref* fileref = ccb ? ccb->fileref : NULL; in set_basic_information()
359 ccb* ccb = FileObject->FsContext2; in set_disposition_information() local
360 file_ref* fileref = ccb ? ccb->fileref : NULL; in set_disposition_information()
2530 ccb* ccb = FileObject->FsContext2; in set_rename_information() local
3243 ccb* ccb = FileObject->FsContext2; in set_end_of_file_information() local
3409 ccb* ccb = FileObject->FsContext2; in set_link_information() local
3764 ccb* ccb = FileObject->FsContext2; in set_valid_data_length_information() local
5046 ccb* ccb = FileObject->FsContext2; local
5475 ccb* ccb; local
[all …]
H A Dsecurity.c639 ccb* ccb = FileObject->FsContext2; in get_file_security() local
640 file_ref* fileref = ccb ? ccb->fileref : NULL; in get_file_security()
672 ccb* ccb = FileObject ? FileObject->FsContext2 : NULL; in _Function_class_() local
688 if (!ccb) { in _Function_class_()
694 if (Irp->RequestorMode == UserMode && !(ccb->access & READ_CONTROL)) { in _Function_class_()
759 ccb* ccb = FileObject->FsContext2; in set_file_security() local
760 file_ref* fileref = ccb ? ccb->fileref : NULL; in set_file_security()
779 if (!fcb || !ccb) in set_file_security()
805 if (!ccb->user_set_change_time) in set_file_security()
833 ccb* ccb = FileObject ? FileObject->FsContext2 : NULL; in _Function_class_() local
[all …]
H A Dfsctl.c271 ccb* ccb = parent->FsContext2; in do_create_snapshot() local
532 ccb* ccb; in create_snapshot() local
749 ccb* ccb; in create_subvol() local
1165 ccb* ccb; in get_inode_info() local
1327 ccb* ccb; in set_inode_info() local
1915 ccb* ccb; in set_zero_data() local
3133 ccb* ccb; in allow_extended_dasd_io() local
4175 ccb* ccb; in fsctl_get_xattrs() local
4240 ccb* ccb; in fsctl_set_xattr() local
4508 ccb* ccb; in reserve_subvol() local
[all …]
H A Dcreate.c3013 ccb* ccb; variable
3197 if (!ccb) {
3213 RtlZeroMemory(ccb, sizeof(*ccb));
3218 ccb->NodeSize = sizeof(*ccb);
3595 ccb* ccb; in open_file3() local
3779 if (!ccb) { in open_file3()
3785 RtlZeroMemory(ccb, sizeof(*ccb)); in open_file3()
3788 ccb->NodeSize = sizeof(*ccb); in open_file3()
4942 ccb* ccb; in _Function_class_() local
4963 RtlZeroMemory(ccb, sizeof(*ccb)); in _Function_class_()
[all …]
H A Dbtrfs.c1927 ccb* ccb; local
1949 if (ccb) {
1957 fileref = ccb->fileref;
1964 if (ccb->send) {
1980 ExFreePool(ccb);
2485 ccb* ccb; local
2490 fileref = ccb ? ccb->fileref : NULL;
2503 if (ccb)
2506 if (ccb && ccb->options & FILE_DELETE_ON_CLOSE && fileref)
2518 if (ccb && ccb->reserving) {
[all …]
H A Dsend.c3535 if (context->send->ccb) in _Function_class_()
3563 if (context->send->ccb) in _Function_class_()
3596 ccb* ccb; in send_subvol() local
3742 if (ccb->send) { in send_subvol()
3807 ccb->send = send; in send_subvol()
3808 send->ccb = ccb; in send_subvol()
3820 ccb->send = NULL; in send_subvol()
3840 ccb* ccb; in read_send_buffer() local
3844 if (!ccb) in read_send_buffer()
3852 if (!ccb->send) { in read_send_buffer()
[all …]
H A Dwrite.c4113 ccb* ccb; in write_file2() local
4131 ccb = FileObject->FsContext2; in write_file2()
4132 fileref = ccb ? ccb->fileref : NULL; in write_file2()
4518 if (!ccb->user_set_change_time) in write_file2()
4538 if (!ccb->user_set_write_time) { in write_file2()
4673 ccb* ccb = FileObject ? FileObject->FsContext2 : NULL; in _Function_class_() local
4694 if (!ccb) { in _Function_class_()
4700 if (Irp->RequestorMode == UserMode && !(ccb->access & (FILE_WRITE_DATA | FILE_APPEND_DATA))) { in _Function_class_()
H A Dbtrfs_drv.h363 struct _ccb* ccb; member
394 } ccb; typedef
1430 NTSTATUS set_reparse_point2(fcb* fcb, REPARSE_DATA_BUFFER* rdb, ULONG buflen, ccb* ccb, file_ref* f…
H A Dread.c3515 ccb* ccb; in _Function_class_() local
3551 ccb = FileObject->FsContext2; in _Function_class_()
3553 if (!ccb) { in _Function_class_()
3559 if (Irp->RequestorMode == UserMode && !(ccb->access & FILE_READ_DATA)) { in _Function_class_()
/reactos/drivers/storage/port/buslogic/
H A DBusLogic958.c1481 PBuslogic_CCB_T ccb; in BT958HwStartIO() local
1514 ccb = Srb->SrbExtension; in BT958HwStartIO()
1515 BusLogic_InitializeCCB(ccb); in BT958HwStartIO()
1518 ccb->SrbAddress = Srb; in BT958HwStartIO()
1522 BusLogic_QueueCommand(HwDeviceExtension ,Srb, ccb); in BT958HwStartIO()
1568 ccb = Srb->NextSrb->SrbExtension; in BT958HwStartIO()
1571 ccb->AbortSrb = Srb; in BT958HwStartIO()
1591 ccb->SerialNumber, Srb->TargetId)); in BT958HwStartIO()
1634 ccb = Srb->SrbExtension; in BT958HwStartIO()
1635 BusLogic_InitializeCCB(ccb); in BT958HwStartIO()
[all …]
H A DBusLogic958.h903 IN PBuslogic_CCB_T ccb);
/reactos/dll/win32/riched20/
H A Drtf.h1162 RTFFuncPtr ccb[rtfMaxClass]; /* class callbacks */ member
H A Dreader.c194 info->ccb[class] = callback; in RTFSetClassCallback()
201 return info->ccb[class]; in RTFGetClassCallback()