ReactOS 0.4.16-dev-13-ge2fc578
|
#include "ext2fs.h"
Go to the source code of this file.
Variables | |
PEXT2_GLOBAL | Ext2Global |
Definition at line 64 of file block.c.
Referenced by get_block_bh_mdl().
NTSTATUS Ext2DiskIoControl | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN ULONG | IoctlCode, | ||
IN PVOID | InputBuffer, | ||
IN ULONG | InputBufferSize, | ||
IN OUT PVOID | OutputBuffer, | ||
IN OUT PULONG | OutputBufferSize | ||
) |
Definition at line 609 of file block.c.
Referenced by Ext2InitializeVcb(), Ext2MountVolume(), Ext2VerifyVcb(), and Ext2VerifyVolume().
Definition at line 748 of file block.c.
Referenced by Ext2ShutDown().
Definition at line 146 of file block.c.
Referenced by Ext2GetRetrievalPointerBase(), Ext2GetRetrievalPointers(), Ext2QueryDirectory(), Ext2QueryEa(), Ext2ReadFile(), Ext2ReadInode(), Ext2ReadVolume(), Ext2WriteFile(), and Ext2WriteVolume().
Definition at line 113 of file block.c.
Referenced by Ext2LockIrp(), Ext2QueryDirectory(), Ext2ReadFile(), Ext2ReadVolume(), Ext2WriteFile(), and Ext2WriteVolume().
VOID Ext2MediaEjectControl | ( | IN PEXT2_IRP_CONTEXT | IrpContext, |
IN PEXT2_VCB | Vcb, | ||
IN BOOLEAN | bPrevent | ||
) |
Definition at line 685 of file block.c.
NTSTATUS Ext2MediaEjectControlCompletion | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp, | ||
IN PVOID | Contxt | ||
) |
Definition at line 669 of file block.c.
Referenced by Ext2MediaEjectControl().
NTSTATUS Ext2ReadDisk | ( | IN PEXT2_VCB | Vcb, |
IN ULONGLONG | Offset, | ||
IN ULONG | Size, | ||
IN PVOID | Buffer, | ||
IN BOOLEAN | bVerify | ||
) |
Definition at line 559 of file block.c.
Referenced by ext2_load_inode(), ext2_read_block(), ext2_read_inode(), Ext2LoadSuper(), read_bitmaps(), and zap_sector().
NTSTATUS Ext2ReadSync | ( | IN PEXT2_VCB | Vcb, |
IN ULONGLONG | Offset, | ||
IN ULONG | Length, | ||
OUT PVOID | Buffer, | ||
BOOLEAN | bVerify | ||
) |
Definition at line 480 of file block.c.
Referenced by Ext2ReadDisk().
NTSTATUS Ext2ReadWriteBlockAsyncCompletionRoutine | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp, | ||
IN PVOID | Context | ||
) |
Definition at line 205 of file block.c.
Referenced by Ext2ReadWriteBlocks().
NTSTATUS Ext2ReadWriteBlocks | ( | IN PEXT2_IRP_CONTEXT | IrpContext, |
IN PEXT2_VCB | Vcb, | ||
IN PEXT2_EXTENT | Chain, | ||
IN ULONG | Length | ||
) |
Definition at line 260 of file block.c.
Referenced by Ext2ReadInode(), Ext2ReadVolume(), Ext2WriteInode(), and Ext2WriteVolume().
NTSTATUS Ext2ReadWriteBlockSyncCompletionRoutine | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp, | ||
IN PVOID | Context | ||
) |
Definition at line 168 of file block.c.
Referenced by Ext2ReadWriteBlocks().
|
extern |