Searched refs:dm_buffer_cache (Results 1 – 1 of 1) sorted by relevance
394 struct dm_buffer_cache { struct412 static inline void cache_read_lock(struct dm_buffer_cache *bc, sector_t block) in cache_read_lock() argument420 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 …]