Linux Kernel
3.7.1
|
#include <fscache-cache.h>
Data Fields | |
struct work_struct | work |
struct list_head | pend_link |
struct fscache_object * | object |
unsigned long | flags |
atomic_t | usage |
unsigned | debug_id |
fscache_operation_processor_t | processor |
fscache_operation_release_t | release |
Definition at line 78 of file fscache-cache.h.
unsigned debug_id |
Definition at line 94 of file fscache-cache.h.
unsigned long flags |
Definition at line 83 of file fscache-cache.h.
struct fscache_object* object |
Definition at line 81 of file fscache-cache.h.
Definition at line 80 of file fscache-cache.h.
fscache_operation_processor_t processor |
Definition at line 99 of file fscache-cache.h.
fscache_operation_release_t release |
Definition at line 102 of file fscache-cache.h.
atomic_t usage |
Definition at line 93 of file fscache-cache.h.
struct work_struct work |
Definition at line 79 of file fscache-cache.h.