#include "cdfs.h"
#include <debug.h>
Go to the source code of this file.
Defines |
| #define | NDEBUG |
| #define | ROUND_UP(N, S) ((((N) + (S) - 1) / (S)) * (S)) |
| #define | ROUND_DOWN(N, S) ((N) - ((N) % (S))) |
Functions |
| static NTSTATUS | CdfsReadFile (PDEVICE_EXTENSION DeviceExt, PFILE_OBJECT FileObject, PUCHAR Buffer, ULONG Length, ULONG ReadOffset, ULONG IrpFlags, PULONG LengthRead) |
| NTSTATUS NTAPI | CdfsRead (PDEVICE_OBJECT DeviceObject, PIRP Irp) |
| NTSTATUS NTAPI | CdfsWrite (PDEVICE_OBJECT DeviceObject, PIRP Irp) |