ReactOS
0.4.15-dev-4614-ga5a6101
|
#include "ext2fs.h"
Go to the source code of this file.
Variables | |
PEXT2_GLOBAL | Ext2Global |
Definition at line 52 of file block.c.
Referenced by get_block_bh_mdl().
Definition at line 85 of file block.c.
Referenced by free_buffer_head().
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 589 of file block.c.
Referenced by Ext2InitializeVcb(), Ext2MountVolume(), Ext2VerifyVcb(), and Ext2VerifyVolume().
Definition at line 724 of file block.c.
Referenced by Ext2ShutDown().
Definition at line 134 of file block.c.
Referenced by Ext2GetRetrievalPointerBase(), Ext2GetRetrievalPointers(), Ext2QueryDirectory(), Ext2QueryEa(), Ext2ReadFile(), Ext2ReadInode(), Ext2ReadVolume(), Ext2WriteFile(), and Ext2WriteVolume().
Definition at line 101 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 661 of file block.c.
NTSTATUS NTAPI Ext2MediaEjectControlCompletion | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp, | ||
IN PVOID | Contxt | ||
) |
Definition at line 645 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 539 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 460 of file block.c.
Referenced by Ext2ReadDisk().
NTSTATUS NTAPI Ext2ReadWriteBlockAsyncCompletionRoutine | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp, | ||
IN PVOID | Context | ||
) |
Definition at line 185 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 240 of file block.c.
Referenced by Ext2ReadInode(), Ext2ReadVolume(), Ext2WriteInode(), and Ext2WriteVolume().
NTSTATUS NTAPI Ext2ReadWriteBlockSyncCompletionRoutine | ( | IN PDEVICE_OBJECT | DeviceObject, |
IN PIRP | Irp, | ||
IN PVOID | Context | ||
) |
Definition at line 152 of file block.c.
Referenced by Ext2ReadWriteBlocks().
PEXT2_GLOBAL Ext2Global |