Searched defs:dm_bufio_client (Results 1 – 1 of 1) sorted by relevance
83 struct dm_bufio_client { struct84 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 …]