Home
last modified time | relevance | path

Searched refs:dm_buffer_cache (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/drivers/md/
Ddm-bufio.c394 struct dm_buffer_cache { struct
412 static inline void cache_read_lock(struct dm_buffer_cache *bc, sector_t block) in cache_read_lock() argument
420 static inline void cache_read_unlock(struct dm_buffer_cache *bc, sector_t block) in cache_read_unlock()
428 static inline void cache_write_lock(struct dm_buffer_cache *bc, sector_t block) in cache_write_lock()
436 static inline void cache_write_unlock(struct dm_buffer_cache *bc, sector_t block) in cache_write_unlock()
449 struct dm_buffer_cache *cache;
455 static void lh_init(struct lock_history *lh, struct dm_buffer_cache *cache, bool write) in lh_init()
536 static void cache_init(struct dm_buffer_cache *bc, unsigned int num_locks, bool no_sleep) in cache_init()
555 static void cache_destroy(struct dm_buffer_cache *bc) in cache_destroy()
571 static inline unsigned long cache_count(struct dm_buffer_cache *bc, int list_mode) in cache_count()
[all …]