Home
last modified time | relevance | path

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

/drivers/md/
Ddm-bufio.c80 struct dm_bufio_client { struct
81 struct mutex lock;
83 struct list_head lru[LIST_SIZE];
84 unsigned long n_buffers[LIST_SIZE];
86 struct block_device *bdev;
87 unsigned block_size;
88 unsigned char sectors_per_block_bits;
89 unsigned char pages_per_block_bits;
90 unsigned char blocks_per_page_bits;
91 unsigned aux_size;
[all …]