Searched defs:list_mode (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-bufio.c | 143 unsigned char list_mode; /* LIST_* */ member [all...] |
/kernel/linux/linux-6.6/drivers/md/ |
H A D | dm-bufio.c | 348 unsigned char list_mode; /* LIST_* */ member 573 static inline unsigned long cache_count(struct dm_buffer_cache *bc, int list_mode) in cache_count() argument 680 static struct dm_buffer *__cache_evict(struct dm_buffer_cache *bc, int list_mode, in __cache_evict() argument 699 static struct dm_buffer *cache_evict(struct dm_buffer_cache *bc, int list_mode, in cache_evict() argument 717 static void cache_mark(struct dm_buffer_cache *bc, struct dm_buffer *b, int list_mode) in cache_mark() argument 780 __cache_iterate(struct dm_buffer_cache *bc, int list_mode, iter_fn fn, void *context, struct lock_history *lh) __cache_iterate() argument 808 cache_iterate(struct dm_buffer_cache *bc, int list_mode, iter_fn fn, void *context) cache_iterate() argument 2680 __evict_many(struct dm_bufio_client *c, struct evict_params *params, int list_mode, unsigned long max_count) __evict_many() argument [all...] |
Completed in 9 milliseconds