Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/md/
Ddm-bufio.c393 struct dm_buffer_cache { struct
411 static inline void cache_read_lock(struct dm_buffer_cache *bc, sector_t block) in cache_read_lock() argument
419 static inline void cache_read_unlock(struct dm_buffer_cache *bc, sector_t block) in cache_read_unlock()
427 static inline void cache_write_lock(struct dm_buffer_cache *bc, sector_t block) in cache_write_lock()
435 static inline void cache_write_unlock(struct dm_buffer_cache *bc, sector_t block) in cache_write_unlock()
448 struct dm_buffer_cache *cache;
454 static void lh_init(struct lock_history *lh, struct dm_buffer_cache *cache, bool write) in lh_init()
535 static void cache_init(struct dm_buffer_cache *bc, unsigned int num_locks, bool no_sleep) in cache_init()
554 static void cache_destroy(struct dm_buffer_cache *bc) in cache_destroy()
570 static inline unsigned long cache_count(struct dm_buffer_cache *bc, int list_mode) in cache_count()
[all …]