Home
last modified time | relevance | path

Searched defs:dm_bufio_client (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/md/
Ddm-bufio.c81 struct dm_bufio_client { struct
82 struct mutex lock;
84 struct list_head lru[LIST_SIZE];
85 unsigned long n_buffers[LIST_SIZE];
87 struct block_device *bdev;
88 unsigned block_size;
89 s8 sectors_per_block_bits;
90 void (*alloc_callback)(struct dm_buffer *);
91 void (*write_callback)(struct dm_buffer *);
93 struct kmem_cache *slab_buffer;
[all …]