Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/md/
Ddm-bufio.c83 struct dm_bufio_client { struct
84 struct mutex lock;
85 spinlock_t spinlock;
86 bool no_sleep;
88 struct list_head lru[LIST_SIZE];
89 unsigned long n_buffers[LIST_SIZE];
91 struct block_device *bdev;
92 unsigned block_size;
93 s8 sectors_per_block_bits;
94 void (*alloc_callback)(struct dm_buffer *);
[all …]