Searched refs:fscache_cache (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/linux/
H A Dfscache-cache.h35 struct fscache_cache { struct
89 extern struct fscache_cache *fscache_acquire_cache(const char *name);
90 extern void fscache_relinquish_cache(struct fscache_cache *cache);
91 extern int fscache_add_cache(struct fscache_cache *cache,
94 extern void fscache_withdraw_cache(struct fscache_cache *cache);
98 extern void fscache_io_error(struct fscache_cache *cache);
155 static inline void fscache_count_object(struct fscache_cache *cache)
167 static inline void fscache_uncount_object(struct fscache_cache *cache)
180 static inline void fscache_wait_for_objects(struct fscache_cache *cache)
H A Dfscache.h82 struct fscache_cache *cache; /* The cache in which this resides */
/linux-master/fs/netfs/
H A Dfscache_cache.c24 static struct fscache_cache *fscache_alloc_cache(const char *name)
26 struct fscache_cache *cache;
44 static bool fscache_get_cache_maybe(struct fscache_cache *cache,
59 struct fscache_cache *fscache_lookup_cache(const char *name, bool is_cache)
61 struct fscache_cache *candidate, *cache, *unnamed = NULL;
149 struct fscache_cache *fscache_acquire_cache(const char *name)
151 struct fscache_cache *cache;
179 void fscache_put_cache(struct fscache_cache *cache,
209 void fscache_relinquish_cache(struct fscache_cache *cache)
234 int fscache_add_cache(struct fscache_cache *cach
[all...]
H A DMakefile19 fscache_cache.o \
H A Dinternal.h200 bool fscache_begin_cache_access(struct fscache_cache *cache, enum fscache_access_trace why);
201 void fscache_end_cache_access(struct fscache_cache *cache, enum fscache_access_trace why);
202 struct fscache_cache *fscache_lookup_cache(const char *name, bool is_cache);
203 void fscache_put_cache(struct fscache_cache *cache, enum fscache_cache_trace where);
205 static inline enum fscache_cache_state fscache_cache_state(const struct fscache_cache *cache)
210 static inline bool fscache_cache_is_live(const struct fscache_cache *cache)
215 static inline void fscache_set_cache_state(struct fscache_cache *cache,
222 static inline bool fscache_set_cache_state_maybe(struct fscache_cache *cache,
H A Dfscache_volume.c205 struct fscache_cache *cache;
380 struct fscache_cache *cache = volume->cache;
/linux-master/fs/cachefiles/
H A Dcache.c18 struct fscache_cache *cache_cookie;
369 struct fscache_cache *fscache = cache->cache;
H A Dinterface.c84 struct fscache_cache *cache;
H A Dinternal.h87 struct fscache_cache *cache; /* Cache cookie */
/linux-master/include/trace/events/
H A Dfscache.h207 TRACE_EVENT(fscache_cache,

Completed in 155 milliseconds