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

#include <internal.h>

Data Fields

struct fscache_cache cache
 
struct vfsmountmnt
 
struct dentrygraveyard
 
struct filecachefilesd
 
struct credcache_cred
 
struct mutex daemon_mutex
 
wait_queue_head_t daemon_pollwq
 
struct rb_root active_nodes
 
rwlock_t active_lock
 
atomic_t gravecounter
 
unsigned frun_percent
 
unsigned fcull_percent
 
unsigned fstop_percent
 
unsigned brun_percent
 
unsigned bcull_percent
 
unsigned bstop_percent
 
unsigned bsize
 
unsigned bshift
 
uint64_t frun
 
uint64_t fcull
 
uint64_t fstop
 
sector_t brun
 
sector_t bcull
 
sector_t bstop
 
unsigned long flags
 
charrootdirname
 
charsecctx
 
chartag
 

Detailed Description

Definition at line 50 of file internal.h.

Field Documentation

rwlock_t active_lock

Definition at line 59 of file internal.h.

struct rb_root active_nodes

Definition at line 58 of file internal.h.

sector_t bcull

Definition at line 73 of file internal.h.

unsigned bcull_percent

Definition at line 65 of file internal.h.

sector_t brun

Definition at line 72 of file internal.h.

unsigned brun_percent

Definition at line 64 of file internal.h.

unsigned bshift

Definition at line 68 of file internal.h.

unsigned bsize

Definition at line 67 of file internal.h.

sector_t bstop

Definition at line 74 of file internal.h.

unsigned bstop_percent

Definition at line 66 of file internal.h.

Definition at line 51 of file internal.h.

struct cred* cache_cred

Definition at line 55 of file internal.h.

struct file* cachefilesd

Definition at line 54 of file internal.h.

struct mutex daemon_mutex

Definition at line 56 of file internal.h.

wait_queue_head_t daemon_pollwq

Definition at line 57 of file internal.h.

uint64_t fcull

Definition at line 70 of file internal.h.

unsigned fcull_percent

Definition at line 62 of file internal.h.

unsigned long flags

Definition at line 75 of file internal.h.

uint64_t frun

Definition at line 69 of file internal.h.

unsigned frun_percent

Definition at line 61 of file internal.h.

uint64_t fstop

Definition at line 71 of file internal.h.

unsigned fstop_percent

Definition at line 63 of file internal.h.

atomic_t gravecounter

Definition at line 60 of file internal.h.

struct dentry* graveyard

Definition at line 53 of file internal.h.

Definition at line 52 of file internal.h.

char* rootdirname

Definition at line 80 of file internal.h.

char* secctx

Definition at line 81 of file internal.h.

Definition at line 82 of file internal.h.


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