Searched defs:dm_bufio_client (Results 1 – 1 of 1) sorted by relevance
82 struct dm_bufio_client { struct83 struct mutex lock;85 struct list_head lru[LIST_SIZE];86 unsigned long n_buffers[LIST_SIZE];88 struct block_device *bdev;89 unsigned block_size;90 s8 sectors_per_block_bits;91 void (*alloc_callback)(struct dm_buffer *);92 void (*write_callback)(struct dm_buffer *);94 struct kmem_cache *slab_buffer;[all …]