Symbol: fscache_cache
fs/cachefiles/cache.c
19
struct fscache_cache *cache_cookie;
fs/cachefiles/cache.c
411
struct fscache_cache *fscache = cache->cache;
fs/cachefiles/interface.c
85
struct fscache_cache *cache;
fs/cachefiles/internal.h
88
struct fscache_cache *cache; /* Cache cookie */
fs/netfs/fscache_cache.c
149
struct fscache_cache *fscache_acquire_cache(const char *name)
fs/netfs/fscache_cache.c
151
struct fscache_cache *cache;
fs/netfs/fscache_cache.c
179
void fscache_put_cache(struct fscache_cache *cache,
fs/netfs/fscache_cache.c
209
void fscache_relinquish_cache(struct fscache_cache *cache)
fs/netfs/fscache_cache.c
234
int fscache_add_cache(struct fscache_cache *cache,
fs/netfs/fscache_cache.c
24
static struct fscache_cache *fscache_alloc_cache(const char *name)
fs/netfs/fscache_cache.c
26
struct fscache_cache *cache;
fs/netfs/fscache_cache.c
289
bool fscache_begin_cache_access(struct fscache_cache *cache, enum fscache_access_trace why)
fs/netfs/fscache_cache.c
315
void fscache_end_cache_access(struct fscache_cache *cache, enum fscache_access_trace why)
fs/netfs/fscache_cache.c
337
void fscache_io_error(struct fscache_cache *cache)
fs/netfs/fscache_cache.c
355
void fscache_withdraw_cache(struct fscache_cache *cache)
fs/netfs/fscache_cache.c
382
struct fscache_cache *cache;
fs/netfs/fscache_cache.c
392
cache = list_entry(v, struct fscache_cache, cache_link);
fs/netfs/fscache_cache.c
44
static bool fscache_get_cache_maybe(struct fscache_cache *cache,
fs/netfs/fscache_cache.c
59
struct fscache_cache *fscache_lookup_cache(const char *name, bool is_cache)
fs/netfs/fscache_cache.c
61
struct fscache_cache *candidate, *cache, *unnamed = NULL;
fs/netfs/fscache_volume.c
218
struct fscache_cache *cache;
fs/netfs/fscache_volume.c
391
struct fscache_cache *cache = volume->cache;
fs/netfs/internal.h
310
bool fscache_begin_cache_access(struct fscache_cache *cache, enum fscache_access_trace why);
fs/netfs/internal.h
311
void fscache_end_cache_access(struct fscache_cache *cache, enum fscache_access_trace why);
fs/netfs/internal.h
312
struct fscache_cache *fscache_lookup_cache(const char *name, bool is_cache);
fs/netfs/internal.h
313
void fscache_put_cache(struct fscache_cache *cache, enum fscache_cache_trace where);
fs/netfs/internal.h
315
static inline enum fscache_cache_state fscache_cache_state(const struct fscache_cache *cache)
fs/netfs/internal.h
320
static inline bool fscache_cache_is_live(const struct fscache_cache *cache)
fs/netfs/internal.h
325
static inline void fscache_set_cache_state(struct fscache_cache *cache,
fs/netfs/internal.h
332
static inline bool fscache_set_cache_state_maybe(struct fscache_cache *cache,
include/linux/fscache-cache.h
161
static inline void fscache_count_object(struct fscache_cache *cache)
include/linux/fscache-cache.h
173
static inline void fscache_uncount_object(struct fscache_cache *cache)
include/linux/fscache-cache.h
186
static inline void fscache_wait_for_objects(struct fscache_cache *cache)
include/linux/fscache-cache.h
90
extern struct fscache_cache *fscache_acquire_cache(const char *name);
include/linux/fscache-cache.h
91
extern void fscache_relinquish_cache(struct fscache_cache *cache);
include/linux/fscache-cache.h
92
extern int fscache_add_cache(struct fscache_cache *cache,
include/linux/fscache-cache.h
95
extern void fscache_withdraw_cache(struct fscache_cache *cache);
include/linux/fscache-cache.h
99
extern void fscache_io_error(struct fscache_cache *cache);
include/linux/fscache.h
82
struct fscache_cache *cache; /* The cache in which this resides */
include/trace/events/fscache.h
211
TRACE_EVENT(fscache_cache,