ReactOS 0.4.15-dev-7924-g5949c20
ext3_sb_info Struct Reference

#include <ext3_fs_sb.h>

Collaboration diagram for ext3_sb_info:

Public Attributes

ERESOURCE s_gd_lock
 
struct ext3_gds_gd
 
unsigned long s_desc_size
 
unsigned long s_gdb_count
 
unsigned long s_desc_per_block
 
unsigned long s_inodes_per_group
 
unsigned long s_inodes_per_block
 
unsigned long s_blocks_per_group
 
unsigned long s_groups_count
 
unsigned long s_itb_per_group
 
int s_addr_per_block_bits
 
int s_desc_per_block_bits
 
struct ext3_super_blocks_es
 
__le32 s_first_ino
 
u32 s_hash_seed [4]
 
int s_def_hash_version
 

Detailed Description

Definition at line 32 of file ext3_fs_sb.h.

Member Data Documentation

◆ s_addr_per_block_bits

int ext3_sb_info::s_addr_per_block_bits

Definition at line 46 of file ext3_fs_sb.h.

◆ s_blocks_per_group

unsigned long ext3_sb_info::s_blocks_per_group

Definition at line 42 of file ext3_fs_sb.h.

◆ s_def_hash_version

int ext3_sb_info::s_def_hash_version

Definition at line 66 of file ext3_fs_sb.h.

◆ s_desc_per_block

unsigned long ext3_sb_info::s_desc_per_block

Definition at line 39 of file ext3_fs_sb.h.

Referenced by descriptor_loc(), and ext4_init_block_bitmap().

◆ s_desc_per_block_bits

int ext3_sb_info::s_desc_per_block_bits

Definition at line 47 of file ext3_fs_sb.h.

◆ s_desc_size

unsigned long ext3_sb_info::s_desc_size

Definition at line 37 of file ext3_fs_sb.h.

◆ s_es

◆ s_first_ino

__le32 ext3_sb_info::s_first_ino

Definition at line 63 of file ext3_fs_sb.h.

◆ s_gd

struct ext3_gd* ext3_sb_info::s_gd

Definition at line 35 of file ext3_fs_sb.h.

Referenced by Ext2DropGroupBH(), Ext2LoadGroup(), Ext2LoadGroupBH(), and ext4_get_group_desc().

◆ s_gd_lock

ERESOURCE ext3_sb_info::s_gd_lock

Definition at line 34 of file ext3_fs_sb.h.

◆ s_gdb_count

unsigned long ext3_sb_info::s_gdb_count

Definition at line 38 of file ext3_fs_sb.h.

Referenced by Ext2LoadGroup(), and Ext2LoadGroupBH().

◆ s_groups_count

unsigned long ext3_sb_info::s_groups_count

◆ s_hash_seed

u32 ext3_sb_info::s_hash_seed[4]

Definition at line 65 of file ext3_fs_sb.h.

◆ s_inodes_per_block

unsigned long ext3_sb_info::s_inodes_per_block

Definition at line 41 of file ext3_fs_sb.h.

◆ s_inodes_per_group

unsigned long ext3_sb_info::s_inodes_per_group

Definition at line 40 of file ext3_fs_sb.h.

◆ s_itb_per_group

unsigned long ext3_sb_info::s_itb_per_group

The documentation for this struct was generated from the following file: