Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
minix_sb_info Struct Reference

#include <minix.h>

Data Fields

unsigned long s_ninodes
 
unsigned long s_nzones
 
unsigned long s_imap_blocks
 
unsigned long s_zmap_blocks
 
unsigned long s_firstdatazone
 
unsigned long s_log_zone_size
 
unsigned long s_max_size
 
int s_dirsize
 
int s_namelen
 
struct buffer_head ** s_imap
 
struct buffer_head ** s_zmap
 
struct buffer_head * s_sbh
 
struct minix_super_blocks_ms
 
unsigned short s_mount_state
 
unsigned short s_version
 

Detailed Description

Definition at line 27 of file minix.h.

Field Documentation

int s_dirsize

Definition at line 35 of file minix.h.

unsigned long s_firstdatazone

Definition at line 32 of file minix.h.

struct buffer_head** s_imap

Definition at line 37 of file minix.h.

unsigned long s_imap_blocks

Definition at line 30 of file minix.h.

unsigned long s_log_zone_size

Definition at line 33 of file minix.h.

unsigned long s_max_size

Definition at line 34 of file minix.h.

unsigned short s_mount_state

Definition at line 41 of file minix.h.

Definition at line 40 of file minix.h.

int s_namelen

Definition at line 36 of file minix.h.

unsigned long s_ninodes

Definition at line 28 of file minix.h.

unsigned long s_nzones

Definition at line 29 of file minix.h.

struct buffer_head* s_sbh

Definition at line 39 of file minix.h.

unsigned short s_version

Definition at line 42 of file minix.h.

struct buffer_head** s_zmap

Definition at line 38 of file minix.h.

unsigned long s_zmap_blocks

Definition at line 31 of file minix.h.


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