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

#include <mballoc.h>

Data Fields

struct list_head pa_inode_list
 
struct list_head pa_group_list
 
union {
   struct list_head   pa_tmp_list
 
   struct rcu_head   pa_rcu
 
u
 
spinlock_t pa_lock
 
atomic_t pa_count
 
unsigned pa_deleted
 
ext4_fsblk_t pa_pstart
 
ext4_lblk_t pa_lstart
 
ext4_grpblk_t pa_len
 
ext4_grpblk_t pa_free
 
unsigned short pa_type
 
spinlock_tpa_obj_lock
 
struct inodepa_inode
 

Detailed Description

Definition at line 113 of file mballoc.h.

Field Documentation

atomic_t pa_count

Definition at line 121 of file mballoc.h.

unsigned pa_deleted

Definition at line 122 of file mballoc.h.

ext4_grpblk_t pa_free

Definition at line 126 of file mballoc.h.

struct list_head pa_group_list

Definition at line 115 of file mballoc.h.

struct inode* pa_inode

Definition at line 129 of file mballoc.h.

struct list_head pa_inode_list

Definition at line 114 of file mballoc.h.

ext4_grpblk_t pa_len

Definition at line 125 of file mballoc.h.

spinlock_t pa_lock

Definition at line 120 of file mballoc.h.

ext4_lblk_t pa_lstart

Definition at line 124 of file mballoc.h.

spinlock_t* pa_obj_lock

Definition at line 128 of file mballoc.h.

ext4_fsblk_t pa_pstart

Definition at line 123 of file mballoc.h.

struct rcu_head pa_rcu

Definition at line 118 of file mballoc.h.

struct list_head pa_tmp_list

Definition at line 117 of file mballoc.h.

unsigned short pa_type

Definition at line 127 of file mballoc.h.

union { ... } u

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