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

/linux-master/drivers/md/
H A Ddm-bufio.c327 /* protected by the locks in dm_buffer_cache */
393 struct dm_buffer_cache { struct
411 static inline void cache_read_lock(struct dm_buffer_cache *bc, sector_t block)
419 static inline void cache_read_unlock(struct dm_buffer_cache *bc, sector_t block)
427 static inline void cache_write_lock(struct dm_buffer_cache *bc, sector_t block)
435 static inline void cache_write_unlock(struct dm_buffer_cache *bc, sector_t block)
448 struct dm_buffer_cache *cache;
454 static void lh_init(struct lock_history *lh, struct dm_buffer_cache *cache, bool write)
538 static void cache_init(struct dm_buffer_cache *bc, unsigned int num_locks, bool no_sleep)
557 static void cache_destroy(struct dm_buffer_cache *b
[all...]

Completed in 85 milliseconds