Linux Kernel
3.7.1
|
#include <fscache-cache.h>
Data Fields | |
atomic_t | usage |
atomic_t | n_children |
spinlock_t | lock |
spinlock_t | stores_lock |
struct hlist_head | backing_objects |
struct fscache_cookie_def * | def |
struct fscache_cookie * | parent |
void * | netfs_data |
struct radix_tree_root | stores |
unsigned long | flags |
Definition at line 284 of file fscache-cache.h.
struct hlist_head backing_objects |
Definition at line 289 of file fscache-cache.h.
struct fscache_cookie_def* def |
Definition at line 290 of file fscache-cache.h.
unsigned long flags |
Definition at line 297 of file fscache-cache.h.
spinlock_t lock |
Definition at line 287 of file fscache-cache.h.
atomic_t n_children |
Definition at line 286 of file fscache-cache.h.
void* netfs_data |
Definition at line 292 of file fscache-cache.h.
struct fscache_cookie* parent |
Definition at line 291 of file fscache-cache.h.
struct radix_tree_root stores |
Definition at line 293 of file fscache-cache.h.
spinlock_t stores_lock |
Definition at line 288 of file fscache-cache.h.
atomic_t usage |
Definition at line 285 of file fscache-cache.h.