|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ext2fs.h>

| UCHAR _EXT2_VCB::AnsiName[CODEPAGE_MAXLEN] |
| struct block_device _EXT2_VCB::bd |
| ULONG _EXT2_VCB::BlockSize |
Definition at line 728 of file ext2fs.h.
Referenced by ext3_append(), ext4_xattr_block_fetch(), ext4_xattr_block_space(), ext4_xattr_entry_data(), and ext4_xattr_write_to_disk().
| struct { ... } _EXT2_VCB::Codepage |
| PDEVICE_OBJECT _EXT2_VCB::DeviceObject |
| DISK_GEOMETRY _EXT2_VCB::DiskGeometry |
| LIST_ENTRY _EXT2_VCB::FcbList |
| NPAGED_LOOKASIDE_LIST _EXT2_VCB::InodeLookasideList |
| ULONG _EXT2_VCB::InodeSize |
Definition at line 740 of file ext2fs.h.
Referenced by ext4_xattr_entry_data(), ext4_xattr_fetch(), ext4_xattr_inode_fetch(), and ext4_xattr_inode_space().
| PFILE_OBJECT _EXT2_VCB::LockFile |
| ULONG _EXT2_VCB::max_blocks_per_layer[EXT2_BLOCK_TYPES] |
| LIST_ENTRY _EXT2_VCB::McbList |
| LIST_ENTRY _EXT2_VCB::Next |
| LIST_ENTRY _EXT2_VCB::NotifyList |
| PNOTIFY_SYNC _EXT2_VCB::NotifySync |
| PARTITION_INFORMATION _EXT2_VCB::PartitionInformation |
| PDEVICE_OBJECT _EXT2_VCB::RealDevice |
| struct super_block _EXT2_VCB::sb |
Definition at line 775 of file ext2fs.h.
Referenced by ext4_xattr_try_alloc_block().
| struct ext3_sb_info _EXT2_VCB::sbi |
| SECTION_OBJECT_POINTERS _EXT2_VCB::SectionObject |
| SHARE_ACCESS _EXT2_VCB::ShareAccess |
| CHAR _EXT2_VCB::sHidingPrefix[HIDINGPAT_LEN] |
| CHAR _EXT2_VCB::sHidingSuffix[HIDINGPAT_LEN] |
| PEXT2_SUPER_BLOCK _EXT2_VCB::SuperBlock |
| PDEVICE_OBJECT _EXT2_VCB::TargetDeviceObject |
| PFILE_OBJECT _EXT2_VCB::Volume |