Searched defs:dm_bufio_client (Results 1 – 2 of 2) 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 …]
980 struct dm_bufio_client { struct981 struct block_device *bdev;982 unsigned int block_size;983 s8 sectors_per_block_bits;985 bool no_sleep;986 struct mutex lock;987 spinlock_t spinlock;989 int async_write_error;991 void (*alloc_callback)(struct dm_buffer *buf);992 void (*write_callback)(struct dm_buffer *buf);[all …]