Symbol: dm_pcache
drivers/md/dm-pcache/backing_dev.c
22
static int backing_dev_init(struct dm_pcache *pcache)
drivers/md/dm-pcache/backing_dev.c
52
int backing_dev_start(struct dm_pcache *pcache)
drivers/md/dm-pcache/backing_dev.c
66
void backing_dev_stop(struct dm_pcache *pcache)
drivers/md/dm-pcache/backing_dev.h
63
struct dm_pcache;
drivers/md/dm-pcache/backing_dev.h
64
int backing_dev_start(struct dm_pcache *pcache);
drivers/md/dm-pcache/backing_dev.h
65
void backing_dev_stop(struct dm_pcache *pcache);
drivers/md/dm-pcache/cache.c
134
static int cache_init(struct dm_pcache *pcache)
drivers/md/dm-pcache/cache.c
195
struct dm_pcache *pcache = CACHE_TO_PCACHE(cache);
drivers/md/dm-pcache/cache.c
222
struct dm_pcache *pcache = CACHE_TO_PCACHE(cache);
drivers/md/dm-pcache/cache.c
283
struct dm_pcache *pcache = CACHE_TO_PCACHE(cache);
drivers/md/dm-pcache/cache.c
34
struct dm_pcache *pcache = CACHE_TO_PCACHE(cache);
drivers/md/dm-pcache/cache.c
364
int pcache_cache_start(struct dm_pcache *pcache)
drivers/md/dm-pcache/cache.c
414
void pcache_cache_stop(struct dm_pcache *pcache)
drivers/md/dm-pcache/cache.c
432
struct dm_pcache *pcache = CACHE_TO_PCACHE(cache);
drivers/md/dm-pcache/cache.h
203
struct dm_pcache;
drivers/md/dm-pcache/cache.h
208
int pcache_cache_start(struct dm_pcache *pcache);
drivers/md/dm-pcache/cache.h
209
void pcache_cache_stop(struct dm_pcache *pcache);
drivers/md/dm-pcache/cache_dev.c
150
struct dm_pcache *pcache = CACHE_DEV_TO_PCACHE(cache_dev);
drivers/md/dm-pcache/cache_dev.c
186
struct dm_pcache *pcache = CACHE_DEV_TO_PCACHE(cache_dev);
drivers/md/dm-pcache/cache_dev.c
232
void cache_dev_stop(struct dm_pcache *pcache)
drivers/md/dm-pcache/cache_dev.c
240
int cache_dev_start(struct dm_pcache *pcache)
drivers/md/dm-pcache/cache_dev.c
66
struct dm_pcache *pcache = CACHE_DEV_TO_PCACHE(cache_dev);
drivers/md/dm-pcache/cache_dev.h
62
struct dm_pcache;
drivers/md/dm-pcache/cache_dev.h
63
int cache_dev_start(struct dm_pcache *pcache);
drivers/md/dm-pcache/cache_dev.h
64
void cache_dev_stop(struct dm_pcache *pcache);
drivers/md/dm-pcache/cache_gc.c
102
struct dm_pcache *pcache = CACHE_TO_PCACHE(cache);
drivers/md/dm-pcache/cache_gc.c
23
struct dm_pcache *pcache = CACHE_TO_PCACHE(cache);
drivers/md/dm-pcache/cache_gc.c
79
struct dm_pcache *pcache = CACHE_TO_PCACHE(cache);
drivers/md/dm-pcache/cache_key.c
753
struct dm_pcache *pcache = CACHE_TO_PCACHE(cache);
drivers/md/dm-pcache/cache_key.c
92
struct dm_pcache *pcache = CACHE_TO_PCACHE(cache);
drivers/md/dm-pcache/cache_segment.c
41
struct dm_pcache *pcache = CACHE_DEV_TO_PCACHE(cache_dev);
drivers/md/dm-pcache/cache_writeback.c
202
struct dm_pcache *pcache = CACHE_TO_PCACHE(cache);
drivers/md/dm-pcache/cache_writeback.c
219
struct dm_pcache *pcache = CACHE_TO_PCACHE(cache);
drivers/md/dm-pcache/cache_writeback.c
42
struct dm_pcache *pcache = CACHE_TO_PCACHE(cache);
drivers/md/dm-pcache/dm_pcache.c
104
static int parse_cache_dev(struct dm_pcache *pcache, struct dm_arg_set *as,
drivers/md/dm-pcache/dm_pcache.c
12
void pcache_defer_reqs_kick(struct dm_pcache *pcache)
drivers/md/dm-pcache/dm_pcache.c
122
static int parse_backing_dev(struct dm_pcache *pcache, struct dm_arg_set *as,
drivers/md/dm-pcache/dm_pcache.c
147
static int parse_cache_opts(struct dm_pcache *pcache, struct dm_arg_set *as,
drivers/md/dm-pcache/dm_pcache.c
199
static int pcache_start(struct dm_pcache *pcache, char **error)
drivers/md/dm-pcache/dm_pcache.c
230
static void pcache_destroy_args(struct dm_pcache *pcache)
drivers/md/dm-pcache/dm_pcache.c
238
static int pcache_parse_args(struct dm_pcache *pcache, unsigned int argc, char **argv,
drivers/md/dm-pcache/dm_pcache.c
24
struct dm_pcache *pcache = pcache_req->pcache;
drivers/md/dm-pcache/dm_pcache.c
275
struct dm_pcache *pcache;
drivers/md/dm-pcache/dm_pcache.c
284
pcache = kzalloc_obj(struct dm_pcache);
drivers/md/dm-pcache/dm_pcache.c
327
static void defer_req_stop(struct dm_pcache *pcache)
drivers/md/dm-pcache/dm_pcache.c
348
struct dm_pcache *pcache;
drivers/md/dm-pcache/dm_pcache.c
36
struct dm_pcache *pcache = container_of(work, struct dm_pcache, defered_req_work);
drivers/md/dm-pcache/dm_pcache.c
371
struct dm_pcache *pcache = ti->private;
drivers/md/dm-pcache/dm_pcache.c
396
struct dm_pcache *pcache = ti->private;
drivers/md/dm-pcache/dm_pcache.c
433
struct dm_pcache *pcache = ti->private;
drivers/md/dm-pcache/dm_pcache.c
69
struct dm_pcache *pcache = pcache_req->pcache;
drivers/md/dm-pcache/dm_pcache.h
10
#define CACHE_TO_PCACHE(cache) (container_of(cache, struct dm_pcache, cache))
drivers/md/dm-pcache/dm_pcache.h
37
static inline bool pcache_is_stopping(struct dm_pcache *pcache)
drivers/md/dm-pcache/dm_pcache.h
50
struct dm_pcache *pcache;
drivers/md/dm-pcache/dm_pcache.h
65
void pcache_defer_reqs_kick(struct dm_pcache *pcache);
drivers/md/dm-pcache/dm_pcache.h
8
#define CACHE_DEV_TO_PCACHE(cache_dev) (container_of(cache_dev, struct dm_pcache, cache_dev))
drivers/md/dm-pcache/dm_pcache.h
9
#define BACKING_DEV_TO_PCACHE(backing_dev) (container_of(backing_dev, struct dm_pcache, backing_dev))