ReactOS 0.4.16-dev-109-gf4cb10f
|
#include "ext2fs.h"
Go to the source code of this file.
Functions | |
ULONG | Ext2Log2 (ULONG Value) |
LARGE_INTEGER | Ext2NtTime (IN ULONG i_time) |
ULONG | Ext2LinuxTime (IN LARGE_INTEGER SysTime) |
ULONG | Ext2MbsToUnicode (struct nls_table *PageTable, IN OUT PUNICODE_STRING Unicode, IN PANSI_STRING Mbs) |
ULONG | Ext2UnicodeToMbs (struct nls_table *PageTable, IN OUT PANSI_STRING Mbs, IN PUNICODE_STRING Unicode) |
ULONG | Ext2OEMToUnicodeSize (IN PEXT2_VCB Vcb, IN PANSI_STRING Oem) |
NTSTATUS | Ext2OEMToUnicode (IN PEXT2_VCB Vcb, IN OUT PUNICODE_STRING Unicode, IN POEM_STRING Oem) |
ULONG | Ext2UnicodeToOEMSize (IN PEXT2_VCB Vcb, IN PUNICODE_STRING Unicode) |
NTSTATUS | Ext2UnicodeToOEM (IN PEXT2_VCB Vcb, IN OUT POEM_STRING Oem, IN PUNICODE_STRING Unicode) |
VOID | Ext2Sleep (ULONG ms) |
int | Ext2LinuxError (NTSTATUS Status) |
NTSTATUS | Ext2WinntError (int rc) |
BOOLEAN | Ext2IsDot (PUNICODE_STRING name) |
BOOLEAN | Ext2IsDotDot (PUNICODE_STRING name) |
Variables | |
PEXT2_GLOBAL | Ext2Global |
BOOLEAN Ext2IsDot | ( | PUNICODE_STRING | name | ) |
BOOLEAN Ext2IsDotDot | ( | PUNICODE_STRING | name | ) |
Definition at line 304 of file misc.c.
Referenced by ext3_bread(), and ext4_new_meta_blocks().
ULONG Ext2LinuxTime | ( | IN LARGE_INTEGER | SysTime | ) |
Definition at line 51 of file misc.c.
Referenced by Ext2Cleanup(), Ext2CreateInode(), Ext2DeleteFile(), Ext2FlushFile(), Ext2SetFileInformation(), Ext2SupersedeOrOverWriteFile(), and ext3_current_time().
Definition at line 25 of file misc.c.
Referenced by Ext2InitializeVcb().
ULONG Ext2MbsToUnicode | ( | struct nls_table * | PageTable, |
IN OUT PUNICODE_STRING | Unicode, | ||
IN PANSI_STRING | Mbs | ||
) |
Definition at line 66 of file misc.c.
Referenced by Ext2OEMToUnicode(), and Ext2OEMToUnicodeSize().
LARGE_INTEGER Ext2NtTime | ( | IN ULONG | i_time | ) |
Definition at line 40 of file misc.c.
Referenced by Ext2Cleanup(), Ext2FlushFile(), Ext2InitializeVcb(), Ext2LookupFile(), Ext2ProcessEntry(), Ext2RefreshSuper(), and Ext2SetFileInformation().
NTSTATUS Ext2OEMToUnicode | ( | IN PEXT2_VCB | Vcb, |
IN OUT PUNICODE_STRING | Unicode, | ||
IN POEM_STRING | Oem | ||
) |
Definition at line 206 of file misc.c.
Referenced by Ext2FillEntry(), Ext2FollowLink(), Ext2GetReparsePoint(), Ext2InitializeLabel(), and Ext2QueryDirectory().
ULONG Ext2OEMToUnicodeSize | ( | IN PEXT2_VCB | Vcb, |
IN PANSI_STRING | Oem | ||
) |
Definition at line 183 of file misc.c.
Referenced by Ext2FillEntry(), Ext2FollowLink(), Ext2GetReparsePoint(), and Ext2QueryDirectory().
Definition at line 297 of file misc.c.
Referenced by Ext2AddMcbExtent(), Ext2AddMcbMetaExts(), Ext2AddVcbExtent(), Ext2ExpandBlock(), Ext2ExpandLast(), Ext2GetBlock(), Ext2QueueCloseRequest(), Ext2RemoveMcbExtent(), Ext2RemoveMcbMetaExts(), Ext2RemoveVcbExtent(), Ext2TruncateBlock(), get_block_bh_mdl(), and get_block_bh_pin().
ULONG Ext2UnicodeToMbs | ( | struct nls_table * | PageTable, |
IN OUT PANSI_STRING | Mbs, | ||
IN PUNICODE_STRING | Unicode | ||
) |
Definition at line 122 of file misc.c.
Referenced by Ext2UnicodeToOEM(), and Ext2UnicodeToOEMSize().
NTSTATUS Ext2UnicodeToOEM | ( | IN PEXT2_VCB | Vcb, |
IN OUT POEM_STRING | Oem, | ||
IN PUNICODE_STRING | Unicode | ||
) |
Definition at line 261 of file misc.c.
Referenced by Ext2BuildEntry(), Ext2SetReparsePoint(), and Ext2SetVolumeInformation().
ULONG Ext2UnicodeToOEMSize | ( | IN PEXT2_VCB | Vcb, |
IN PUNICODE_STRING | Unicode | ||
) |
Definition at line 239 of file misc.c.
Referenced by Ext2BuildEntry(), and Ext2SetReparsePoint().
Definition at line 410 of file misc.c.
Referenced by Ext2AddDotEntries(), Ext2AddEntry(), Ext2DoExtentExpand(), Ext2FreeInode(), Ext2MapExtent(), Ext2NewBlock(), Ext2NewInode(), Ext2OverwriteEa(), Ext2QueryEa(), Ext2QueryFileInformation(), Ext2RemoveEntry(), and Ext2SetEa().
|
extern |