fscache_cache
struct fscache_cache *cache_cookie;
struct fscache_cache *fscache = cache->cache;
struct fscache_cache *cache;
struct fscache_cache *cache; /* Cache cookie */
struct fscache_cache *fscache_acquire_cache(const char *name)
struct fscache_cache *cache;
void fscache_put_cache(struct fscache_cache *cache,
void fscache_relinquish_cache(struct fscache_cache *cache)
int fscache_add_cache(struct fscache_cache *cache,
static struct fscache_cache *fscache_alloc_cache(const char *name)
struct fscache_cache *cache;
bool fscache_begin_cache_access(struct fscache_cache *cache, enum fscache_access_trace why)
void fscache_end_cache_access(struct fscache_cache *cache, enum fscache_access_trace why)
void fscache_io_error(struct fscache_cache *cache)
void fscache_withdraw_cache(struct fscache_cache *cache)
struct fscache_cache *cache;
cache = list_entry(v, struct fscache_cache, cache_link);
static bool fscache_get_cache_maybe(struct fscache_cache *cache,
struct fscache_cache *fscache_lookup_cache(const char *name, bool is_cache)
struct fscache_cache *candidate, *cache, *unnamed = NULL;
struct fscache_cache *cache;
struct fscache_cache *cache = volume->cache;
bool fscache_begin_cache_access(struct fscache_cache *cache, enum fscache_access_trace why);
void fscache_end_cache_access(struct fscache_cache *cache, enum fscache_access_trace why);
struct fscache_cache *fscache_lookup_cache(const char *name, bool is_cache);
void fscache_put_cache(struct fscache_cache *cache, enum fscache_cache_trace where);
static inline enum fscache_cache_state fscache_cache_state(const struct fscache_cache *cache)
static inline bool fscache_cache_is_live(const struct fscache_cache *cache)
static inline void fscache_set_cache_state(struct fscache_cache *cache,
static inline bool fscache_set_cache_state_maybe(struct fscache_cache *cache,
static inline void fscache_count_object(struct fscache_cache *cache)
static inline void fscache_uncount_object(struct fscache_cache *cache)
static inline void fscache_wait_for_objects(struct fscache_cache *cache)
extern struct fscache_cache *fscache_acquire_cache(const char *name);
extern void fscache_relinquish_cache(struct fscache_cache *cache);
extern int fscache_add_cache(struct fscache_cache *cache,
extern void fscache_withdraw_cache(struct fscache_cache *cache);
extern void fscache_io_error(struct fscache_cache *cache);
struct fscache_cache *cache; /* The cache in which this resides */
TRACE_EVENT(fscache_cache,