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

#include <internal.h>

Data Fields

atomic_t usage
 
time_t time_of_death
 
struct in_addr addr
 
struct afs_cellcell
 
struct list_head link
 
struct list_head grave
 
struct rb_node master_rb
 
struct rw_semaphore sem
 
struct rb_root fs_vnodes
 
unsigned long fs_act_jif
 
unsigned long fs_dead_jif
 
spinlock_t fs_lock
 
int fs_state
 
struct rb_root cb_promises
 
struct delayed_work cb_updater
 
struct delayed_work cb_break_work
 
wait_queue_head_t cb_break_waitq
 
spinlock_t cb_lock
 
struct afs_callback cb_break [64]
 
atomic_t cb_break_n
 
u8 cb_break_head
 
u8 cb_break_tail
 

Detailed Description

Definition at line 272 of file internal.h.

Field Documentation

Definition at line 275 of file internal.h.

struct afs_callback cb_break[64]

Definition at line 295 of file internal.h.

u8 cb_break_head

Definition at line 297 of file internal.h.

atomic_t cb_break_n

Definition at line 296 of file internal.h.

u8 cb_break_tail

Definition at line 298 of file internal.h.

wait_queue_head_t cb_break_waitq

Definition at line 293 of file internal.h.

struct delayed_work cb_break_work

Definition at line 292 of file internal.h.

spinlock_t cb_lock

Definition at line 294 of file internal.h.

struct rb_root cb_promises

Definition at line 290 of file internal.h.

struct delayed_work cb_updater

Definition at line 291 of file internal.h.

Definition at line 276 of file internal.h.

unsigned long fs_act_jif

Definition at line 284 of file internal.h.

unsigned long fs_dead_jif

Definition at line 285 of file internal.h.

spinlock_t fs_lock

Definition at line 286 of file internal.h.

int fs_state

Definition at line 287 of file internal.h.

struct rb_root fs_vnodes

Definition at line 283 of file internal.h.

Definition at line 278 of file internal.h.

Definition at line 277 of file internal.h.

struct rb_node master_rb

Definition at line 279 of file internal.h.

Definition at line 280 of file internal.h.

time_t time_of_death

Definition at line 274 of file internal.h.

atomic_t usage

Definition at line 273 of file internal.h.


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