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

#include <affs.h>

Data Fields

int s_partition_size
 
int s_reserved
 
u32 s_data_blksize
 
u32 s_root_block
 
int s_hashsize
 
unsigned long s_flags
 
kuid_t s_uid
 
kgid_t s_gid
 
umode_t s_mode
 
struct buffer_head * s_root_bh
 
struct mutex s_bmlock
 
struct affs_bm_infos_bitmap
 
u32 s_bmap_count
 
u32 s_bmap_bits
 
u32 s_last_bmap
 
struct buffer_head * s_bmap_bh
 
chars_prefix
 
char s_volume [32]
 
spinlock_t symlink_lock
 
struct super_blocksb
 
int work_queued
 
struct delayed_work sb_work
 
spinlock_t work_lock
 

Detailed Description

Definition at line 83 of file affs.h.

Field Documentation

struct affs_bm_info* s_bitmap

Definition at line 96 of file affs.h.

struct buffer_head* s_bmap_bh

Definition at line 100 of file affs.h.

u32 s_bmap_bits

Definition at line 98 of file affs.h.

u32 s_bmap_count

Definition at line 97 of file affs.h.

struct mutex s_bmlock

Definition at line 95 of file affs.h.

u32 s_data_blksize

Definition at line 87 of file affs.h.

unsigned long s_flags

Definition at line 90 of file affs.h.

kgid_t s_gid

Definition at line 92 of file affs.h.

int s_hashsize

Definition at line 89 of file affs.h.

u32 s_last_bmap

Definition at line 99 of file affs.h.

umode_t s_mode

Definition at line 93 of file affs.h.

int s_partition_size

Definition at line 84 of file affs.h.

char* s_prefix

Definition at line 101 of file affs.h.

int s_reserved

Definition at line 85 of file affs.h.

struct buffer_head* s_root_bh

Definition at line 94 of file affs.h.

u32 s_root_block

Definition at line 88 of file affs.h.

kuid_t s_uid

Definition at line 91 of file affs.h.

char s_volume[32]

Definition at line 102 of file affs.h.

Definition at line 104 of file affs.h.

Definition at line 106 of file affs.h.

spinlock_t symlink_lock

Definition at line 103 of file affs.h.

spinlock_t work_lock

Definition at line 107 of file affs.h.

int work_queued

Definition at line 105 of file affs.h.


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