Home
last modified time | relevance | path

Searched refs:PNTFS_IRP_CONTEXT (Results 1 – 12 of 12) sorted by relevance

/reactos/drivers/filesystems/ntfs/
H A Ddispatch.c42 NtfsQueueRequest(PNTFS_IRP_CONTEXT IrpContext) in NtfsQueueRequest()
59 NtfsDispatch(PNTFS_IRP_CONTEXT IrpContext) in NtfsDispatch()
172 IrpContext, ((PNTFS_IRP_CONTEXT)IrpContext)->MajorFunction, QueueCount); in NtfsDoRequest()
173 NtfsDispatch((PNTFS_IRP_CONTEXT)IrpContext); in NtfsDoRequest()
188 PNTFS_IRP_CONTEXT IrpContext = NULL; in NtfsFsdDispatch()
H A Dntfs.h492 } NTFS_IRP_CONTEXT, *PNTFS_IRP_CONTEXT; typedef
838 NtfsCleanup(PNTFS_IRP_CONTEXT IrpContext);
848 NtfsClose(PNTFS_IRP_CONTEXT IrpContext);
854 NtfsCreate(PNTFS_IRP_CONTEXT IrpContext);
874 NtfsDeviceControl(PNTFS_IRP_CONTEXT IrpContext);
887 NtfsDirectoryControl(PNTFS_IRP_CONTEXT IrpContext);
1003 NtfsQueryInformation(PNTFS_IRP_CONTEXT IrpContext);
1014 NtfsSetInformation(PNTFS_IRP_CONTEXT IrpContext);
1228 PNTFS_IRP_CONTEXT
1259 NtfsRead(PNTFS_IRP_CONTEXT IrpContext);
[all …]
H A Dmisc.c65 PNTFS_IRP_CONTEXT
69 PNTFS_IRP_CONTEXT IrpContext; in NtfsAllocateIrpContext()
73 …IrpContext = (PNTFS_IRP_CONTEXT)ExAllocateFromNPagedLookasideList(&NtfsGlobalData->IrpContextLooka… in NtfsAllocateIrpContext()
H A Ddevctl.c36 NtfsDeviceControl(PNTFS_IRP_CONTEXT IrpContext) in NtfsDeviceControl()
H A Dcleanup.c89 NtfsCleanup(PNTFS_IRP_CONTEXT IrpContext) in NtfsCleanup()
H A Dclose.c84 NtfsClose(PNTFS_IRP_CONTEXT IrpContext) in NtfsClose()
H A Dvolinfo.c343 NtfsQueryVolumeInformation(PNTFS_IRP_CONTEXT IrpContext) in NtfsQueryVolumeInformation()
420 NtfsSetVolumeInformation(PNTFS_IRP_CONTEXT IrpContext) in NtfsSetVolumeInformation()
H A Dfinfo.c420 NtfsQueryInformation(PNTFS_IRP_CONTEXT IrpContext) in NtfsQueryInformation()
719 NtfsSetInformation(PNTFS_IRP_CONTEXT IrpContext) in NtfsSetInformation()
H A Drw.c216 NtfsRead(PNTFS_IRP_CONTEXT IrpContext) in NtfsRead()
537 NtfsWrite(PNTFS_IRP_CONTEXT IrpContext) in NtfsWrite()
H A Ddirctl.c359 NtfsQueryDirectory(PNTFS_IRP_CONTEXT IrpContext) in NtfsQueryDirectory()
590 NtfsDirectoryControl(PNTFS_IRP_CONTEXT IrpContext) in NtfsDirectoryControl()
H A Dcreate.c329 PNTFS_IRP_CONTEXT IrpContext) in NtfsCreateFile()
622 NtfsCreate(PNTFS_IRP_CONTEXT IrpContext) in NtfsCreate()
H A Dfsctl.c963 NtfsFileSystemControl(PNTFS_IRP_CONTEXT IrpContext) in NtfsFileSystemControl()