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

/linux-master/drivers/md/
H A Ddm-bufio.c65 * dm_buffer->list_mode
348 unsigned char list_mode; /* LIST_* */ member in struct:dm_buffer
573 static inline unsigned long cache_count(struct dm_buffer_cache *bc, int list_mode) argument
575 return bc->lru[list_mode].count;
680 static struct dm_buffer *__cache_evict(struct dm_buffer_cache *bc, int list_mode, argument
688 le = lru_evict(&bc->lru[list_mode], __evict_pred, &w, bc->no_sleep);
699 static struct dm_buffer *cache_evict(struct dm_buffer_cache *bc, int list_mode, argument
706 b = __cache_evict(bc, list_mode, pred, context, &lh);
717 static void cache_mark(struct dm_buffer_cache *bc, struct dm_buffer *b, int list_mode) argument
720 if (list_mode !
780 __cache_iterate(struct dm_buffer_cache *bc, int list_mode, iter_fn fn, void *context, struct lock_history *lh) argument
808 cache_iterate(struct dm_buffer_cache *bc, int list_mode, iter_fn fn, void *context) argument
2716 __evict_many(struct dm_bufio_client *c, struct evict_params *params, int list_mode, unsigned long max_count) argument
[all...]

Completed in 128 milliseconds